mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-18 02:04:06 -05:00
[GH-ISSUE #19287] feat: ollama Basic authentication #122141
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 @fcorneli on GitHub (Nov 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19287
Check Existing Issues
Verify Feature Scope
Problem Description
For ollama, there is already support for Bearer based authentication.
It would be nice to also support Basic authentication.
Desired Solution you'd like
Also add an option to select Basic HTTP authentication (username/password).
Alternatives Considered
No response
Additional Context
No response