Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI 2024-11-12 21:42:21 +00:00
parent 9fb45fca3a
commit 1aa82ef8c3
No known key found for this signature in database
3 changed files with 8 additions and 6 deletions

View file

@ -99,6 +99,7 @@ In order to use persistant profiles in Workspaces you will need to mount in a fo
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`.
@ -308,10 +309,10 @@ docker build \
-t lscr.io/linuxserver/kasm:latest .
```
The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`
The ARM variants can be built on x86_64 hardware and vice versa using `lscr.io/linuxserver/qemu-static`
```bash
docker run --rm --privileged multiarch/qemu-user-static:register --reset
docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset
```
Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64`.