github open-webui/open-terminal v0.11.21

latest releases: v0.11.23, v0.11.22
6 hours ago

Fixed

  • 🔍 Port detection broken since v0.11.2setcap cap_setgid+ep on the system Python binary (added for multi-user os.setgroups()) made all Python processes non-dumpable, blocking /proc/[pid]/fd/ access needed to resolve socket inodes to PIDs. Ports from user-spawned Python servers were silently filtered out. Fixed by copying the Python binary and granting cap_setgid only to the copy (python3-ot), used exclusively by the open-terminal server. The system python3 stays capability-free so user processes remain dumpable. Slim and Alpine images had setcap removed entirely since they don't support multi-user mode. (#85, #63)
  • 📖 README — Image Variants table incorrectly listed multi-user mode as supported on slim and alpine images. Multi-user mode requires sudo, which only the full image includes.

Don't miss a new open-terminal release

NewReleases is sending notifications on new releases.