@@ -28,21 +28,24 @@ All application settings are passed via environment variables:
2828
2929| Variable | Description |
3030| :----: | --- |
31- | CUSTOM_PORT | Internal port the container listens on for http if it needs to be swapped from the default 3000. |
32- | CUSTOM_HTTPS_PORT | Internal port the container listens on for https if it needs to be swapped from the default 3001. |
33- | CUSTOM_WS_PORT | Internal port the container listens on for websockets if it needs to be swapped from the default 8082. |
31+ | CUSTOM_PORT | Internal port the container listens on for http if it needs to be swapped from the default 3000 |
32+ | CUSTOM_HTTPS_PORT | Internal port the container listens on for https if it needs to be swapped from the default 3001 |
33+ | CUSTOM_WS_PORT | Internal port the container listens on for websockets if it needs to be swapped from the default 8082 |
3434| CUSTOM_USER | HTTP Basic auth username, abc is default. |
35+ | DRI_NODE | Enable VAAPI stream encoding and use the specified device IE ` /dev/dri/renderD128 ` |
36+ | DRINODE | Specify which GPU to use for DRI3 acceleration IE ` /dev/dri/renderD129 ` |
3537| PASSWORD | HTTP Basic auth password, abc is default. If unset there will be no auth |
3638| SUBFOLDER | Subfolder for the application if running a subfolder reverse proxy, need both slashes IE ` /subfolder/ ` |
37- | TITLE | The page title displayed on the web browser, default "Selkies". |
38- | DASHBOARD | Allows the user to set their dashboard. Options: ` selkies-dashboard ` , ` selkies-dashboard-zinc ` , ` selkies-dashboard-wish ` . |
39- | FILE_MANAGER_PATH | Modifies the default upload/download file path, path must have proper permissions for abc user. |
40- | START_DOCKER | If set to false a container with privilege will not automatically start the DinD Docker setup. |
39+ | TITLE | The page title displayed on the web browser, default "Selkies" |
40+ | DASHBOARD | Allows the user to set their dashboard. Options: ` selkies-dashboard ` , ` selkies-dashboard-zinc ` , ` selkies-dashboard-wish ` |
41+ | FILE_MANAGER_PATH | Modifies the default upload/download file path, path must have proper permissions for abc user |
42+ | START_DOCKER | If set to false a container with privilege will not automatically start the DinD Docker setup |
4143| DISABLE_IPV6 | If set to true or any value this will disable IPv6 |
4244| LC_ALL | Set the Language for the container to run as IE ` fr_FR.UTF-8 ` ` ar_AE.UTF-8 ` |
4345| NO_DECOR | If set the application will run without window borders for use as a PWA. (Decor can be enabled and disabled with Ctrl+Shift+d) |
4446| NO_FULL | Do not autmatically fullscreen applications when using openbox. |
4547| DISABLE_ZINK | Do not set the Zink environment variables if a video card is detected (userspace applications will use CPU rendering) |
48+ | DISABLE_DRI3 | Do not use DRI3 acceleration if a video card is detected (userspace applications will use CPU rendering) |
4649| MAX_RES | Pass a larger maximum resolution for the container default is 16k ` 15360x8640 ` |
4750| WATERMARK_PNG | Full path inside the container to a watermark png IE ` /usr/share/selkies/www/icon.png ` |
4851| WATERMARK_LOCATION | Where to paint the image over the stream integer options below |
0 commit comments