mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
[GH-ISSUE #229] doc: Authorization settings documentation #11990
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/229
Is your feature request related to a problem? Please describe.
It's unclear what Authorization under Settings > Authentication does. Is this for sending an Authorization to the Ollama server?
Describe the solution you'd like
Add documentation.
Describe alternatives you've considered
Additional context
@tjbck commented on GitHub (Dec 27, 2023):
Hi! With #216, Authorization header feature will be deprecated and user system will be implemented in lieu of the existing Authorization settings, Stay tuned!
@tjbck commented on GitHub (Dec 28, 2023):
Hi, Just merged #216 to main! When upgrading make sure to add
-v ollama-webui:/app/backend/dataflag to the docker command. Feel free to reach out if you encounter any issues or have questions, Thanks!