github open-webui/open-terminal v0.11.22

latest release: v0.11.23
8 hours ago

Fixed

  • 🐛 /ports returns 500 in multi-user mode on restricted runtimes — the endpoint triggered full user provisioning (useradd) just to filter ports by UID. On container runtimes that reject useradd (e.g. Azure Container Apps), this crashed with an unhandled exception. Now returns an empty port list when provisioning fails — an unprovisioned user has no ports to show. (#80)
  • 🐳 Docker-in-Docker broken in multi-user mode — mounting the Docker socket (-v /var/run/docker.sock:/var/run/docker.sock) with OPEN_TERMINAL_MULTI_USER=true failed because only the default user account was added to the socket's group. Dynamically provisioned users now automatically inherit Docker socket group membership when the socket is mounted. (#83)

Don't miss a new open-terminal release

NewReleases is sending notifications on new releases.