Skip to content

Commit c377bd9

Browse files
Bot Updating Documentation
1 parent da9df25 commit c377bd9

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/images/docker-baseimage-selkies.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,24 @@ All application settings are passed via environment variables:
3131

3232
| Variable | Description |
3333
| :----: | --- |
34-
| CUSTOM_PORT | Internal port the container listens on for http if it needs to be swapped from the default 3000. |
35-
| CUSTOM_HTTPS_PORT | Internal port the container listens on for https if it needs to be swapped from the default 3001. |
36-
| CUSTOM_WS_PORT | Internal port the container listens on for websockets if it needs to be swapped from the default 8082. |
34+
| CUSTOM_PORT | Internal port the container listens on for http if it needs to be swapped from the default 3000 |
35+
| CUSTOM_HTTPS_PORT | Internal port the container listens on for https if it needs to be swapped from the default 3001 |
36+
| CUSTOM_WS_PORT | Internal port the container listens on for websockets if it needs to be swapped from the default 8082 |
3737
| CUSTOM_USER | HTTP Basic auth username, abc is default. |
38+
| DRI_NODE | Enable VAAPI stream encoding and use the specified device IE `/dev/dri/renderD128` |
39+
| DRINODE | Specify which GPU to use for DRI3 acceleration IE `/dev/dri/renderD129` |
3840
| PASSWORD | HTTP Basic auth password, abc is default. If unset there will be no auth |
3941
| SUBFOLDER | Subfolder for the application if running a subfolder reverse proxy, need both slashes IE `/subfolder/` |
40-
| TITLE | The page title displayed on the web browser, default "Selkies". |
41-
| DASHBOARD | Allows the user to set their dashboard. Options: `selkies-dashboard`, `selkies-dashboard-zinc`, `selkies-dashboard-wish`. |
42-
| FILE_MANAGER_PATH | Modifies the default upload/download file path, path must have proper permissions for abc user. |
43-
| START_DOCKER | If set to false a container with privilege will not automatically start the DinD Docker setup. |
42+
| TITLE | The page title displayed on the web browser, default "Selkies" |
43+
| DASHBOARD | Allows the user to set their dashboard. Options: `selkies-dashboard`, `selkies-dashboard-zinc`, `selkies-dashboard-wish` |
44+
| FILE_MANAGER_PATH | Modifies the default upload/download file path, path must have proper permissions for abc user |
45+
| START_DOCKER | If set to false a container with privilege will not automatically start the DinD Docker setup |
4446
| DISABLE_IPV6 | If set to true or any value this will disable IPv6 |
4547
| LC_ALL | Set the Language for the container to run as IE `fr_FR.UTF-8` `ar_AE.UTF-8` |
4648
| 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) |
4749
| NO_FULL | Do not autmatically fullscreen applications when using openbox. |
4850
| DISABLE_ZINK | Do not set the Zink environment variables if a video card is detected (userspace applications will use CPU rendering) |
51+
| DISABLE_DRI3 | Do not use DRI3 acceleration if a video card is detected (userspace applications will use CPU rendering) |
4952
| MAX_RES | Pass a larger maximum resolution for the container default is 16k `15360x8640` |
5053
| WATERMARK_PNG | Full path inside the container to a watermark png IE `/usr/share/selkies/www/icon.png` |
5154
| WATERMARK_LOCATION | Where to paint the image over the stream integer options below |

0 commit comments

Comments
 (0)