Do not use hardcoded manifest.json

Generate manifest.json dynamically, using MANIFEST_NAME and
MANIFEST_SHORT_NAME from the environment.
This commit is contained in:
Andrew Phillips 2024-04-02 15:55:00 -03:00
parent 5558514ff1
commit 83ad488e31
5 changed files with 39 additions and 17 deletions

View file

@ -9,4 +9,7 @@ OPENAI_API_KEY=''
# DO NOT TRACK
SCARF_NO_ANALYTICS=true
DO_NOT_TRACK=true
DO_NOT_TRACK=true
MANIFEST_NAME='Open WebUI'
MANIFEST_SHORT_NAME='Open WebUI'