Original PR: https://github.com/open-webui/open-webui/pull/17661 Author: @NoWay1Co Created: 9/22/2025 Status: ❌ Closed
Base: main ← Head: temp-merge-ai-digsol
main
temp-merge-ai-digsol
80a6b7b
b87cb5c
9ee4bf5
6c44aab
6da3c7f
4f2c697
8a27276
58 files changed (+2407 additions, -683 deletions)
📝 CHANGELOG.md (+16 -0) 📝 Dockerfile (+6 -1) ➕ How-To.md (+375 -0) 📝 backend/open_webui/config.py (+159 -15) 📝 backend/open_webui/env.py (+3 -3) 📝 backend/open_webui/routers/audio.py (+3 -8) 📝 backend/open_webui/static/apple-touch-icon.png (+0 -0) 📝 backend/open_webui/static/favicon-96x96.png (+0 -0) 📝 backend/open_webui/static/favicon-dark.png (+0 -0) 📝 backend/open_webui/static/favicon.ico (+0 -0) 📝 backend/open_webui/static/favicon.png (+0 -0) 📝 backend/open_webui/static/favicon.svg (+429 -3) 📝 backend/open_webui/static/logo.png (+0 -0) 📝 backend/open_webui/static/site.webmanifest (+2 -2) 📝 backend/open_webui/static/splash-dark.png (+0 -0) 📝 backend/open_webui/static/splash.png (+0 -0) 📝 backend/open_webui/static/web-app-manifest-192x192.png (+0 -0) 📝 backend/open_webui/static/web-app-manifest-512x512.png (+0 -0) 📝 backend/open_webui/utils/tools.py (+12 -1) 📝 backend/requirements.txt (+7 -8)
CHANGELOG.md
Dockerfile
How-To.md
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/routers/audio.py
backend/open_webui/static/apple-touch-icon.png
backend/open_webui/static/favicon-96x96.png
backend/open_webui/static/favicon-dark.png
backend/open_webui/static/favicon.ico
backend/open_webui/static/favicon.png
backend/open_webui/static/favicon.svg
backend/open_webui/static/logo.png
backend/open_webui/static/site.webmanifest
backend/open_webui/static/splash-dark.png
backend/open_webui/static/splash.png
backend/open_webui/static/web-app-manifest-192x192.png
backend/open_webui/static/web-app-manifest-512x512.png
backend/open_webui/utils/tools.py
backend/requirements.txt
...and 38 more files
fork sync
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/17661
Author: @NoWay1Co
Created: 9/22/2025
Status: ❌ Closed
Base:
main← Head:temp-merge-ai-digsol📝 Commits (7)
80a6b7bminor translation and logos updateb87cb5ccomment out 'about' tab in SettingsModal9ee4bf5Update docker-compose.yaml6c44aab0.2.28 update6da3c7fminor update4f2c697Update Dockerfile and package.json for improved npm configuration and dependency upgrades8a27276Remove 'About' tab and related imports from SettingsModal; clean up UserMenu by removing Documentation and Releases links for admin role📊 Changes
58 files changed (+2407 additions, -683 deletions)
View changed files
📝
CHANGELOG.md(+16 -0)📝
Dockerfile(+6 -1)➕
How-To.md(+375 -0)📝
backend/open_webui/config.py(+159 -15)📝
backend/open_webui/env.py(+3 -3)📝
backend/open_webui/routers/audio.py(+3 -8)📝
backend/open_webui/static/apple-touch-icon.png(+0 -0)📝
backend/open_webui/static/favicon-96x96.png(+0 -0)📝
backend/open_webui/static/favicon-dark.png(+0 -0)📝
backend/open_webui/static/favicon.ico(+0 -0)📝
backend/open_webui/static/favicon.png(+0 -0)📝
backend/open_webui/static/favicon.svg(+429 -3)📝
backend/open_webui/static/logo.png(+0 -0)📝
backend/open_webui/static/site.webmanifest(+2 -2)📝
backend/open_webui/static/splash-dark.png(+0 -0)📝
backend/open_webui/static/splash.png(+0 -0)📝
backend/open_webui/static/web-app-manifest-192x192.png(+0 -0)📝
backend/open_webui/static/web-app-manifest-512x512.png(+0 -0)📝
backend/open_webui/utils/tools.py(+12 -1)📝
backend/requirements.txt(+7 -8)...and 38 more files
📄 Description
fork sync
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.