kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
75b73cd4ff
commit
cfaa575dc9
|
@ -17,7 +17,7 @@ title: webtop
|
|||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-webtop/job/master/)
|
||||
[](https://ci-tests.linuxserver.io/linuxserver/webtop/latest/index.html)
|
||||
|
||||
[Webtop](https://github.com/linuxserver/docker-webtop) - Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser.
|
||||
[Webtop](https://github.com/linuxserver/gclient) - Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser.
|
||||
|
||||
## Supported Architectures
|
||||
|
||||
|
@ -74,13 +74,32 @@ By default the user/pass is abc/abc, if you change your password or want to logi
|
|||
|
||||
* http://yourhost:3000/?login=true
|
||||
|
||||
You can access advanced features of the Guacamole remote desktop using ctrl+alt+shift enabling you to use remote copy/paste or an onscreen keyboard.
|
||||
You can also force login on the '/' path without this parameter by passing the environment variable `-e AUTO_LOGIN=false`.
|
||||
|
||||
**Modern GUI desktop apps (including some flavors terminals) have issues with the latest Docker and syscall compatibility, you can use Docker with the seccomp unconfined setting to allow these syscalls or try [podman](https://podman.io/) as they have updated their codebase to support them**
|
||||
You can access advanced features of the Guacamole remote desktop using ctrl+alt+shift enabling you to use remote copy/paste, an onscreen keyboard, or a baked in file manager. This can also be accessed by clicking the small circle on the left side of the screen.
|
||||
|
||||
**Modern GUI desktop apps (including some flavors terminals) have issues with the latest Docker and syscall compatibility, you can use Docker with the `--security-opt seccomp=unconfined` setting to allow these syscalls or try [podman](https://podman.io/) as they have updated their codebase to support them**
|
||||
|
||||
**Unlike our other containers these Desktops are not designed to be upgraded by Docker, you will keep your home directoy but anything you installed system level will be lost if you upgrade an existing container. To keep packages up to date instead use Ubuntu's own apt, Alpine's apk, Fedora's dnf, or Arch's pacman program**
|
||||
|
||||
**The KDE Ubuntu container needs to be run in privileged mode to function properly, in general the Ubuntu KDE container while functional is not reccomended, please try a different KDE distro if possible**
|
||||
#### Keyboard Layouts
|
||||
|
||||
This should match the layout on the computer you are accessing the container from.
|
||||
|
||||
The keyboard layouts available for use are:
|
||||
* da-dk-qwerty- Danish keyboard
|
||||
* de-ch-qwertz- Swiss German keyboard (qwertz)
|
||||
* de-de-qwertz- German keyboard (qwertz) - **OSK available**
|
||||
* en-gb-qwerty- English (UK) keyboard
|
||||
* en-us-qwerty- English (US) keyboard - **OSK available** **DEFAULT**
|
||||
* es-es-qwerty- Spanish keyboard - **OSK available**
|
||||
* fr-ch-qwertz- Swiss French keyboard (qwertz)
|
||||
* fr-fr-azerty- French keyboard (azerty) - **OSK available**
|
||||
* it-it-qwerty- Italian keyboard - **OSK available**
|
||||
* ja-jp-qwerty- Japanese keyboard
|
||||
* pt-br-qwerty- Portuguese Brazilian keyboard
|
||||
* sv-se-qwerty- Swedish keyboard
|
||||
* tr-tr-qwerty- Turkish-Q keyboard
|
||||
|
||||
If you ever lose your password you can always reset it by execing into the container as root:
|
||||
```
|
||||
|
@ -102,7 +121,6 @@ services:
|
|||
webtop:
|
||||
image: lscr.io/linuxserver/webtop
|
||||
container_name: webtop
|
||||
privileged: true #optional
|
||||
security_opt:
|
||||
- seccomp:unconfined #optional
|
||||
environment:
|
||||
|
@ -110,6 +128,7 @@ services:
|
|||
- PGID=1000
|
||||
- TZ=Europe/London
|
||||
- SUBFOLDER=/ #optional
|
||||
- KEYBOARD=en-us-qwerty #optional
|
||||
volumes:
|
||||
- /path/to/data:/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock #optional
|
||||
|
@ -124,12 +143,12 @@ services:
|
|||
```bash
|
||||
docker run -d \
|
||||
--name=webtop \
|
||||
--privileged `#optional` \
|
||||
--security-opt seccomp=unconfined `#optional` \
|
||||
-e PUID=1000 \
|
||||
-e PGID=1000 \
|
||||
-e TZ=Europe/London \
|
||||
-e SUBFOLDER=/ `#optional` \
|
||||
-e KEYBOARD=en-us-qwerty `#optional` \
|
||||
-p 3000:3000 \
|
||||
-v /path/to/data:/config \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock `#optional` \
|
||||
|
@ -156,6 +175,7 @@ Docker images are configured using parameters passed at runtime (such as those a
|
|||
| `PGID=1000` | for GroupID - see below for explanation |
|
||||
| `TZ=Europe/London` | Specify a timezone to use EG Europe/London |
|
||||
| `SUBFOLDER=/` | Specify a subfolder to use with reverse proxies, IE `/subfolder/` |
|
||||
| `KEYBOARD=en-us-qwerty` | See the keyboard layouts section for more information and options. |
|
||||
|
||||
### Volume Mappings (`-v`)
|
||||
|
||||
|
@ -169,7 +189,7 @@ Docker images are configured using parameters passed at runtime (such as those a
|
|||
| Parameter | Function |
|
||||
| :-----: | --- |
|
||||
| `--shm-size=` | We set this to 1 gig to prevent modern web browsers from crashing |
|
||||
| `--security-opt seccomp=unconfined` | For Docker Engine only, many modern gui apps need this to function as syscalls are unkown to Docker (try this before privileged) |
|
||||
| `--security-opt seccomp=unconfined` | For Docker Engine only, many modern gui apps need this to function as syscalls are unkown to Docker. |
|
||||
|
||||
## Environment variables from files (Docker secrets)
|
||||
|
||||
|
@ -220,6 +240,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
|||
|
||||
## Versions
|
||||
|
||||
* **05.02.22:** - Rebase KDE Ubuntu to Jammy, add new documentation for updated gclient, stop recommending priv mode.
|
||||
* **21.09.21:** - Add Fedora and Arch images, show seccomp settings in readme.
|
||||
* **26.09.21:** - Rebase to Alpine versions to 3.14.
|
||||
* **20.04.21:** - Initial release.
|
||||
|
|
Ładowanie…
Reference in New Issue