Skip to content

v2.0.20

Choose a tag to compare

@tonywied17 tonywied17 released this 10 Jun 15:32
· 24 commits to main since this release

Docker

  • 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).