feat: UI customizations and branding updates

- Update environment configuration settings
- Replace favicon with custom branding icon
- Ensure consistent favicon across static directories
This commit is contained in:
PVBLIC Foundation
2025-11-06 12:17:59 -08:00
parent caa42858f4
commit 2c1e0158e5
3 changed files with 0 additions and 2 deletions
-2
View File
@@ -111,8 +111,6 @@ for source in log_sources:
log.setLevel(SRC_LOG_LEVELS["CONFIG"])
WEBUI_NAME = os.environ.get("WEBUI_NAME", "Open WebUI")
if WEBUI_NAME != "Open WebUI":
WEBUI_NAME += " (Open WebUI)"
WEBUI_FAVICON_URL = "https://openwebui.com/favicon.png"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 54 KiB