mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #4572] Environment variables do not update config.json #29187
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?
Originally created by @JSchmie on GitHub (Aug 13, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4572
Bug Report
Installation Method
I used your Guide for
Install from Open WebUI Github Repofor a deployment in a non docker Container environment.Environment
Open WebUI Version: v0.3.11
Ollama (if applicable): v0.3.3
Operating System: Ubuntu 22.04.3 LTS
Browser (if applicable): Firefox Ubuntu 128.1.0.esr
Confirmation:
Expected Behavior:
I have tried to add additional Ollama instances using OLLAMA_BASE_URLS. However, other admins have modified the settings using the WebUI frontend, resulting in a config.json file being created in the /app/backend/data folder. I expected that changing the OLLAMA_BASE_URLS variable would update the config.json.
Actual Behavior:
After a saved change in the WebUI Frontend, a section in the config.json was created:
When I try to update this section using for example:
The section in the
config.jsondoes not get updated.Description
Bug Summary:
If an Admin configures settings using the WebUI, those configurations can no longer be altered through Environment Variables. This may cause confusion if there are multiple Admin users.
Reproduction Details
Steps to Reproduce:
Additional Information
I thoroughly enjoy using your tool, and I believe you are doing incredible work for the entire Open-Source Community.
While I don't consider this a major issue, I think it's worth mentioning. It would be helpful to include a note in the Environment Variable Configuration section to prevent any potential confusion.
Thank you!