diff --git a/README.md b/README.md index 9d0fd9f..3ff3c34 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,10 @@ In order to properly create virtual Gamepads you will need to mount from your ho 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. + ### Strict reverse proxies This image uses a self-signed certificate by default. This naturally means the scheme is `https`. diff --git a/readme-vars.yml b/readme-vars.yml index f5f1d57..b463d16 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -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." }