mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #228] Document WEBUI_DB_URL / WEBUI_AUTH #11989
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 @khromov on GitHub (Dec 15, 2023).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/228
Is your feature request related to a problem? Please describe.
I would like to understand how WEBUI_DB_URL / WEBUI_AUTH works. Even though I configured a MongoDB instance and set the mentioned variables I don't see anything changing in the admin. I would assume that some sort of login system would activate based on code like this, so there must be something I am missing:
0820d84619/backend/apps/ollama/main.py (L35)Describe the solution you'd like
Creat documentation.
Describe alternatives you've considered
Additional context
@tjbck commented on GitHub (Dec 15, 2023):
Hi, Those env vars were for WIP feature, and will be deprecated and replaced with an embeddable db in #216. Thanks.