From bdc386e1f896dc2edf17c1323b60971bc3342e8e Mon Sep 17 00:00:00 2001 From: thelamer Date: Sun, 29 Mar 2026 16:37:12 -0400 Subject: [PATCH 1/2] mark nvidia experiemntal until we have a stable solid method for all users --- .../roles/documentation/templates/README_SNIPPETS/SELKIES.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ansible/roles/documentation/templates/README_SNIPPETS/SELKIES.j2 b/ansible/roles/documentation/templates/README_SNIPPETS/SELKIES.j2 index d7a18038..a5e4521c 100644 --- a/ansible/roles/documentation/templates/README_SNIPPETS/SELKIES.j2 +++ b/ansible/roles/documentation/templates/README_SNIPPETS/SELKIES.j2 @@ -214,6 +214,8 @@ For Intel and AMD GPUs. ##### Nvidia (Proprietary Drivers) +**Note: Nvidia support is currently considered experimental, driver changes can break it at any time.** + **Note: Nvidia support is not available for Alpine-based images.** **Prerequisites:** From e3e19f7290564c291cb254373ebb95bafc3f3510 Mon Sep 17 00:00:00 2001 From: thelamer Date: Sun, 29 Mar 2026 16:42:37 -0400 Subject: [PATCH 2/2] also mention selkies desktop flag --- ansible/roles/documentation/templates/README_SNIPPETS/SELKIES.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/documentation/templates/README_SNIPPETS/SELKIES.j2 b/ansible/roles/documentation/templates/README_SNIPPETS/SELKIES.j2 index a5e4521c..d82abd75 100644 --- a/ansible/roles/documentation/templates/README_SNIPPETS/SELKIES.j2 +++ b/ansible/roles/documentation/templates/README_SNIPPETS/SELKIES.j2 @@ -2,6 +2,7 @@ | Variable | Description | | :----: | --- | | PIXELFLUX_WAYLAND | **Experimental** If set to true the container will initialize in Wayland mode running [Smithay](https://github.com/Smithay/smithay) and Labwc while enabling zero copy encoding with a GPU | +| SELKIES_DESKTOP | If set to true and in Wayland mode, a simple panel will be initialized with labwc | | CUSTOM_PORT | Internal port the container listens on for http if it needs to be swapped from the default `{% if external_http_port is defined %}{{ external_http_port }}{% else %}3000{% endif %}` | | CUSTOM_HTTPS_PORT | Internal port the container listens on for https if it needs to be swapped from the default `{% if external_https_port is defined %}{{ external_https_port }}{% else %}3001{% endif %}` | | CUSTOM_WS_PORT | Internal port the container listens on for websockets if it needs to be swapped from the default 8082 |