Skip to content

Commit 37f7650

Browse files
authored
fix line break in language snippet and remove lossless notice (#299)
1 parent 4fe8883 commit 37f7650

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • roles/generate-jenkins/templates/README_SNIPPETS

roles/generate-jenkins/templates/README_SNIPPETS/KASM.j2

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ To install cjk fonts on startup as an example pass the environment variables (Al
4545
```
4646
-e DOCKER_MODS=linuxserver/mods:universal-package-install
4747
-e INSTALL_PACKAGES={% if noto_fonts is defined %}{{ noto_fonts }}{% else %}font-noto-cjk{% endif %}
48+
4849
-e LC_ALL=zh_CN.UTF-8
4950
```
5051

@@ -121,7 +122,3 @@ It is possible to install extra packages during container start using [universal
121122
- DOCKER_MODS=linuxserver/mods:universal-package-install
122123
- INSTALL_PACKAGES=libfuse2|git|gdb
123124
```
124-
125-
### Lossless mode
126-
127-
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 commit comments

Comments
 (0)