advertise subfolder option in application setup notes

This commit is contained in:
thelamer 2021-06-25 16:34:28 -07:00 committed by Ryan Kuba
parent 2d8e587fe7
commit f268889316
2 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,8 @@ You can access advanced features of the Guacamole remote desktop using ctrl+alt+
**The KDE and i3 flavors for Ubuntu need to be run in privileged mode to function properly**
**If using a reverse proxy with a subfolder please use the `SUBFOLDER` environment variable to define it's name, IE `-e SUBFOLDER="/subfolder/"`**
If you ever lose your password you can always reset it by execing into the container as root:
```
docker exec -it webtop passwd abc

View File

@ -65,6 +65,8 @@ app_setup_block: |
**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 program or Alpine's apk program**
**The KDE and i3 flavors for Ubuntu need to be run in privileged mode to function properly**
**If using a reverse proxy with a subfolder please use the `SUBFOLDER` environment variable to define it's name, IE `-e SUBFOLDER="/subfolder/"`**
If you ever lose your password you can always reset it by execing into the container as root:
```