Skip to content

Commit 638c1ab

Browse files
Bot Updating Documentation
1 parent 2f1773a commit 638c1ab

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/images/docker-remmina.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ This container is based on [Docker Baseimage Selkies](https://github.com/linuxse
7171

7272
| Variable | Description |
7373
| :----: | --- |
74+
| 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 |
7475
| CUSTOM_PORT | Internal port the container listens on for http if it needs to be swapped from the default `3000` |
7576
| CUSTOM_HTTPS_PORT | Internal port the container listens on for https if it needs to be swapped from the default `3001` |
7677
| CUSTOM_WS_PORT | Internal port the container listens on for websockets if it needs to be swapped from the default 8082 |
@@ -125,6 +126,30 @@ To launch the desktop session in a different language, set the `LC_ALL` environm
125126
* `-e LC_ALL=nl_NL.UTF-8` - Netherlands
126127
* `-e LC_ALL=it_IT.UTF-8` - Italian
127128

129+
### SealSkin Compatibility
130+
131+
This container is compatible with [SealSkin](https://github.com/linuxserver/docker-sealskin).
132+
133+
SealSkin is a self-hosted, client-server platform that provides secure authentication and collaboration features while using a browser extension to intercept user actions such as clicking a link or downloading a file and redirect them to a secure, isolated application environment running on a remote server.
134+
135+
* **SealSkin Server:** [Get it Here](https://github.com/linuxserver/docker-sealskin)
136+
* **Browser Extension:** [Install Here](https://chromewebstore.google.com/detail/sealskin-isolation/lclgfmnljgacfdpmmmjmfpdelndbbfhk)
137+
138+
### All GPU Acceleration - use sane resolutions
139+
140+
When using 3d acceleration via Nvidia DRM or DRI3 it is important to clamp the virtual display to a reasonable max resolution. This can be achieved with the environment setting:
141+
142+
* `-e MAX_RESOLUTION=3840x2160`
143+
144+
This will set the total virtual framebuffer to 4K, you can also set a manual resolution to achieve this.
145+
By default the virtual monitor in the session is 16K to support large monitors and dual display configurations. Leaving it this large has no impact on CPU based performance but costs GPU memory usage and memory bandwidth when leveraging one for acceleration. If you have performance issues in an accelerated session, try clamping the resolution to 1080p and work up from there:
146+
147+
```
148+
-e SELKIES_MANUAL_WIDTH=1920
149+
-e SELKIES_MANUAL_HEIGHT=1080
150+
-e MAX_RESOLUTION=1920x1080
151+
```
152+
128153
### DRI3 GPU Acceleration
129154

130155
For accelerated apps or games, render devices can be mounted into the container and leveraged by applications using:
@@ -644,6 +669,7 @@ To help with development, we generate this dependency graph.
644669

645670
## Versions
646671

672+
* **28.12.25:** - Add Wayland init logic.
647673
* **14.08.25:** - Ingest from PPA.
648674
* **11.08.25:** - Install librsvg2 for icons.
649675
* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.

0 commit comments

Comments
 (0)