mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #15495] [CLOSED] Main #10652
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/15495
Author: @F1xGOD
Created: 7/3/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (1)
70f1611Main📊 Changes
12 files changed (+12 additions, -11 deletions)
View changed files
📝
backend/open_webui/env.py(+2 -4)📝
backend/open_webui/static/apple-touch-icon.png(+0 -0)📝
backend/open_webui/static/favicon-96x96.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(+6 -3)📝
backend/open_webui/static/logo.png(+0 -0)📝
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)📝
src/app.html(+4 -4)📄 Description
Pull Request Checklist
Title:
feat: add customize.sh for interactive branding & asset verificationDescription:
This PR introduces a new
customize.shscript that lets users dynamically rebrand Open WebUI in-place. It:src/app.htmlwith the custom namebackend/open_webui/static(and copies the favicon for legacy support)env.pyto setWEBUI_NAMEandWEBUI_FAVICON_URLand removes the old conditional blockChecklist
mainmaybe dev if you dont want it to go to mainfeatChangelog
Description
Adds an interactive
customize.shhelper script so contributors can rebrand Open WebUI without cloning or manual edits.Added
customize.shunder project rootenv.pyRemoved
Breaking Changes
None — script is opt-in and does not alter code unless explicitly run
Additional Information
curl,sed, and standard UNIX toolsContributor License Agreement
By submitting this pull request, I confirm I have read and agree to the CLA.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.