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
HTTPS access on a second port (default 3940, self-signed, zero setup). Browsers only allow clipboard access on secure pages, so this enables copy & paste between your machine and the containerized app - the plain http port can't offer it.
KasmVNC stream quality now defaults to the best possible: lossless encoding, full color, 60 fps, native desktop resolution with dynamic resize.
The unraid template WebUI button opens the https port so clipboard works out of the box.
Compose, the run scripts (-HttpsPort / HTTPS_PORT), and the unraid template all expose the new port.
Fixes
First-run Chromium download could hang at 100% in containers, requiring an app restart to finish setup. The installer now detects the completed download on disk and continues automatically.
Docs
Docker guide covers the https clipboard flow, the self-signed certificate warning, and the "400 Bad Request - plain HTTP request sent to HTTPS port" pitfall (type the https:// prefix explicitly).