[PR #23078] [CLOSED] fix(terminals): proxy admin terminal verification through backend #27012

Closed
opened 2026-04-20 06:49:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/23078
Author: @raashish1601
Created: 3/26/2026
Status: Closed

Base: mainHead: fix/proxy-terminal-server-verification


📝 Commits (1)

  • eded7d2 fix(terminals): proxy admin verification through backend

📊 Changes

3 files changed (+209 additions, -37 deletions)

View changed files

📝 backend/open_webui/routers/configs.py (+146 -0)
📝 src/lib/apis/configs/index.ts (+48 -35)
📝 src/lib/components/AddTerminalServerModal.svelte (+15 -2)

📄 Description

Summary

  • add backend config endpoints for admin terminal-server verification and orchestrator policy updates
  • route the admin Add Terminal Server modal through those endpoints instead of probing external terminal URLs directly from the browser
  • keep credentials on the Open WebUI backend while preserving the existing direct-user terminal flow

Testing

  • python -m compileall backend/open_webui/routers/configs.py

Fixes #23048.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/23078 **Author:** [@raashish1601](https://github.com/raashish1601) **Created:** 3/26/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/proxy-terminal-server-verification` --- ### 📝 Commits (1) - [`eded7d2`](https://github.com/open-webui/open-webui/commit/eded7d2af207068c110ed7d20b6a2588d99626ff) fix(terminals): proxy admin verification through backend ### 📊 Changes **3 files changed** (+209 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/routers/configs.py` (+146 -0) 📝 `src/lib/apis/configs/index.ts` (+48 -35) 📝 `src/lib/components/AddTerminalServerModal.svelte` (+15 -2) </details> ### 📄 Description ## Summary - add backend config endpoints for admin terminal-server verification and orchestrator policy updates - route the admin Add Terminal Server modal through those endpoints instead of probing external terminal URLs directly from the browser - keep credentials on the Open WebUI backend while preserving the existing direct-user terminal flow ## Testing - python -m compileall backend/open_webui/routers/configs.py Fixes #23048. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 06:49:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#27012