mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[PR #12717] [MERGED] feat: Add PWA external manifest URL env var #46056
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/12717
Author: @Kheiden
Created: 4/10/2025
Status: ✅ Merged
Merged: 4/10/2025
Merged by: @tjbck
Base:
dev← Head:progressive-webapp-enhancements📝 Commits (1)
c12f8d2Add PWA external manifest URL env var📊 Changes
2 files changed (+35 additions, -23 deletions)
View changed files
📝
backend/open_webui/env.py(+7 -0)📝
backend/open_webui/main.py(+28 -23)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
-I propose the addition of a new environment variable
EXTERNAL_PWA_MANIFEST_URLwhich when defined allows the solution to use an external manifest file (such as one hosted on a CDN). If the envvar EXTERNAL_PWA_MANIFEST_URL is not defined, the default PWA manifest will be used.Added
EXTERNAL_PWA_MANIFEST_URLwhich when defined allows the solution to use an external manifest file.Changed
EXTERNAL_PWA_MANIFEST_URLenv var is defined.Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Discussion is available here:
https://github.com/open-webui/open-webui/discussions/12661
Screenshots or Videos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.