From 0a0cd479bdbeffc854fc728c223e3c3dcff5d976 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 10 May 2023 20:43:08 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-calibre.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/images/docker-calibre.md b/images/docker-calibre.md index 17132e9025..bc23b7ad1f 100644 --- a/images/docker-calibre.md +++ b/images/docker-calibre.md @@ -49,8 +49,8 @@ This container is based on [Docker Baseimage KasmVNC](https://github.com/linuxse | Variable | Description | | :----: | --- | -| CUSTOM_PORT | Internal port the container listens on for http if it needs to be swapped from the default 3000. | -| CUSTOM_HTTPS_PORT | Internal port the container listens on for https if it needs to be swapped from the default 3001. | +| CUSTOM_PORT | Internal port the container listens on for http if it needs to be swapped from the default 8080. | +| CUSTOM_HTTPS_PORT | Internal port the container listens on for https if it needs to be swapped from the default 8181. | | CUSTOM_USER | HTTP Basic auth username, abc is default. | | PASSWORD | HTTP Basic auth password, abc is default. If unset there will be no auth | | SUBFOLDER | Subfolder for the application if running a subfolder reverse proxy, need both slashes IE `/subfolder/` | @@ -69,7 +69,7 @@ This container is based on [Docker Baseimage KasmVNC](https://github.com/linuxse ### 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 3001 needs to be used. If using a reverse proxy to port 3000 specific headers will need to be set as outlined [here](https://github.com/linuxserver/docker-baseimage-kasmvnc#lossless). +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 8181 needs to be used. If using a reverse proxy to port 8080 specific headers will need to be set as outlined [here](https://github.com/linuxserver/docker-baseimage-kasmvnc#lossless). ## Usage