Skip to content

Commit

Permalink
fix line break in language snippet and remove lossless notice (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer authored Nov 11, 2024
1 parent 4fe8883 commit 37f7650
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions roles/generate-jenkins/templates/README_SNIPPETS/KASM.j2
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ To install cjk fonts on startup as an example pass the environment variables (Al
```
-e DOCKER_MODS=linuxserver/mods:universal-package-install
-e INSTALL_PACKAGES={% if noto_fonts is defined %}{{ noto_fonts }}{% else %}font-noto-cjk{% endif %}

-e LC_ALL=zh_CN.UTF-8
```

Expand Down Expand Up @@ -121,7 +122,3 @@ It is possible to install extra packages during container start using [universal
- DOCKER_MODS=linuxserver/mods:universal-package-install
- INSTALL_PACKAGES=libfuse2|git|gdb
```

### Lossless mode

This container is capable of delivering a true lossless image at a high framerate to your web browser by changing the Stream Quality preset to "Lossless", more information [here](https://www.kasmweb.com/docs/latest/how_to/lossless.html#technical-background). In order to use this mode from a non localhost endpoint the HTTPS port on {% if external_https_port is defined %}{{ external_https_port }}{% else %}3001{% endif %} needs to be used. If using a reverse proxy to port {% if external_http_port is defined %}{{ external_http_port }}{% else %}3000{% endif %} specific headers will need to be set as outlined [here](https://github.com/linuxserver/docker-baseimage-kasmvnc#lossless).

0 comments on commit 37f7650

Please sign in to comment.