mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-26 11:27:54 -05:00
[PR #1401] [MERGED] feat: Allow overriding application name in manifest.json #7456
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/1401
Author: @theasp
Created: 4/2/2024
Status: ✅ Merged
Merged: 4/4/2024
Merged by: @tjbck
Base:
dev← Head:add-dynamic-manifest📝 Commits (4)
83ad488Do not use hardcoded manifest.jsonc890707refac2113242Update Dockerfile8caad59feat: allow webui name customisation📊 Changes
3 files changed (+15 additions, -18 deletions)
View changed files
📝
backend/config.py(+1 -1)📝
backend/main.py(+14 -1)➖
static/manifest.json(+0 -16)📄 Description
Generate manifest.json dynamically, using MANIFEST_NAME and MANIFEST_SHORT_NAME from the environment.
Pull Request Checklist
Description
Allow overriding the application name in
manifest.jsonfor installing Open WebUI as a PWA.Changelog Entry
Changed
manifest.jsoncan now be configured with the environment variablesMANIFEST_NAMEandMANIFEST_SHORT_NAME, which is used when installing Open WebUI as a PWA.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.