mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 15:38:19 -04:00
docs: better env docs #15
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 @scharc on GitHub (Mar 25, 2024).
Is your feature request related to a problem? Please describe.
I am deploying the web ui with docker and it is very frustating to find out, that not everything is saved into the database. So I took a dive into the source to get all the possible env vars.
Describe the solution you'd like
Document all possible env vars with all possible options / types
Describe alternatives you've considered
Make backend/config.py better readable and point to it from the docs.
Additional context
Here is the list of possible env vars with corresponding python code for reading it
@luboszima commented on GitHub (Mar 29, 2024):
+1
@justinh-rahb commented on GitHub (Apr 16, 2024):
Notes for myself later:
To run ollama-webui in an airgapped network, set the following environment variables to disable automatic updates:
These can be added to the docker run command, compose file, or .env file. This should allow the application to run without connectivity to huggingface.
@justinh-rahb commented on GitHub (Jun 28, 2024):
Closing due to age and I'm fairly sure we've adequately covered this now.