add notes about reverse proxy configuration

This commit is contained in:
thelamer 2023-04-18 19:17:19 -04:00
parent e5dfcd30c8
commit 9819fdd674
2 changed files with 8 additions and 0 deletions

View file

@ -103,6 +103,10 @@ app_setup_block: |
In order to use persistant profiles in Workspaces you will need to mount in a folder to use from your host to `/profiles`. From there when configuring a workspace you can set the `Persistant Profile Path` to IE `/profiles/ubuntu-focal/{username}/`, more infomation can be found [HERE](https://www.kasmweb.com/docs/latest/how_to/persistent_profiles.html).
### Reverse proxy
A sample for [SWAG](https://github.com/linuxserver/docker-swag) can be found [here](https://raw.githubusercontent.com/linuxserver/reverse-proxy-confs/master/kasm.subdomain.conf.sample). Post installation you will need to modify the "Proxy Port" setting under the default zone to 0 as outlined [here](https://www.kasmweb.com/docs/latest/how_to/reverse_proxy.html#update-zones) to launch Workspaces sessions.
# changelog
changelogs:
- { date: "07.04.23:", desc: "Add mod layer for ingesting LSIO images for 1.13.0 release." }