You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ansible/roles/documentation/templates/README_SNIPPETS/SELKIES.j2
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
| Variable | Description |
3
3
| :----: | --- |
4
4
| 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 |
5
+
| SELKIES_DESKTOP | If set to true and in Wayland mode, a simple panel will be initialized with labwc |
5
6
| CUSTOM_PORT | Internal port the container listens on for http if it needs to be swapped from the default `{%ifexternal_http_portisdefined%}{{ external_http_port }}{%else%}3000{%endif%}` |
6
7
| CUSTOM_HTTPS_PORT | Internal port the container listens on for https if it needs to be swapped from the default `{%ifexternal_https_portisdefined%}{{ external_https_port }}{%else%}3001{%endif%}` |
7
8
| CUSTOM_WS_PORT | Internal port the container listens on for websockets if it needs to be swapped from the default 8082 |
@@ -214,6 +215,8 @@ For Intel and AMD GPUs.
214
215
215
216
##### Nvidia (Proprietary Drivers)
216
217
218
+
**Note: Nvidia support is currently considered experimental, driver changes can break it at any time.**
219
+
217
220
**Note: Nvidia support is not available for Alpine-based images.**
0 commit comments