From 91f5e35f792ad6f0df83cfd3ffef134098bee87b Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 13 Feb 2026 14:26:14 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-baseimage-selkies.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/images/docker-baseimage-selkies.md b/docs/images/docker-baseimage-selkies.md index 428e4a5da4..f8b8a493ff 100644 --- a/docs/images/docker-baseimage-selkies.md +++ b/docs/images/docker-baseimage-selkies.md @@ -157,6 +157,8 @@ The server can be forced to use a single, fixed resolution for all connecting cl | `SELKIES_MICROPHONE_ENABLED` | `True` | Enable client-to-server microphone forwarding. | | `SELKIES_GAMEPAD_ENABLED` | `True` | Enable gamepad support. | | `SELKIES_CLIPBOARD_ENABLED` | `True` | Enable clipboard synchronization. | +| `SELKIES_CLIPBOARD_IN_ENABLED` | `True` | Enable client-to-server clipboard synchronization (ignored if `SELKIES_CLIPBOARD_ENABLED` is false). | +| `SELKIES_CLIPBOARD_OUT_ENABLED` | `True` | Enable server-to-client clipboard synchronization (ignored if `SELKIES_CLIPBOARD_ENABLED` is false). | | `SELKIES_COMMAND_ENABLED` | `True` | Enable parsing of command websocket messages. | | `SELKIES_FILE_TRANSFERS` | `'upload,download'` | Allowed file transfer directions (comma-separated: "upload,download"). Set to "" or "none" to disable. | | `SELKIES_ENCODER` | `'x264enc,x264enc-striped,jpeg'` | The default video encoders. |