mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #24877] [CLOSED] garnet monorepo — proxy + webui + pipeline + docker-compose #131565
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/24877
Author: @ahmedmarzougui-enclaive
Created: 5/18/2026
Status: ❌ Closed
Base:
main← Head:garnet-privacy-proxy📝 Commits (10+)
5e71a9efeat: add private storeac7e23cfeat: add Garnet branding, privacy toggle, and proxy flag in payloadf6b22d4fix0ee0725fix: restore showModelSelector prop in Navbar3ea09e7fix: pass privacy_proxy field through to Ollama proxycd88668feat: replace all logos with Garnet branding, remove sufixd2c7fb2feat: revert OI logo, add garnet logo next to toggle7b3cebafix: force OpenAI base URL through privacy proxya466b75feat: show privacy toggle only for external API models95aabe5debug: show toggle always + debug model info📊 Changes
50 files changed (+57525 additions, -73 deletions)
View changed files
➕
.github/workflows/build.yml(+258 -0)➕
.github/workflows/deploy.yml(+47 -0)📝
.gitignore(+2 -0)➕
.vscode/PythonImportHelper-v2-Completion.json(+52131 -0)📝
backend/open_webui/env.py(+1 -3)📝
backend/open_webui/routers/files.py(+69 -6)➕
backend/open_webui/routers/files.py.backup(+797 -0)📝
backend/open_webui/routers/ollama.py(+19 -1)📝
backend/open_webui/routers/openai.py(+65 -3)➕
backend/open_webui/routers/openai.py.bak(+1552 -0)📝
backend/open_webui/utils/chat.py(+1 -0)📝
backend/open_webui/utils/middleware.py(+33 -0)📝
backend/open_webui/utils/payload.py(+3 -0)📝
backend/open_webui/utils/response.py(+9 -0)➕
backend/privacy_proxy/Dockerfile(+23 -0)➕
backend/privacy_proxy/app/custom_recognizers.py(+67 -0)➕
backend/privacy_proxy/app/depseudonymizer.py(+29 -0)➕
backend/privacy_proxy/app/logs.py(+102 -0)➕
backend/privacy_proxy/app/main.py(+601 -0)➕
backend/privacy_proxy/app/mapping_store.py(+114 -0)...and 30 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
Closes #___/Relates to #___. If one does not exist, create one first. PRs without a linked issue or discussion may be closed without review.devbranch. PRs targetingmainwill be immediately closed.devto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.