mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #12272] issue: #55193
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 @Mozartuss on GitHub (Apr 1, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12272
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
v0.5.20
Ollama Version (if applicable)
0.6.2
Operating System
Ubuntu 24.04 / Docker
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The model should be downloaded over the UI like calling
docker exec -it ollama ollama pull gemma3:latest, which works perfectly.Actual Behavior
I use an Nginx reverse proxy to secure my open-webui, as well as the Olama API and comfy UI. Everything works normally, but I can't download models directly over the open-webui. Surprisingly, I can't see any error in the open-webui docker log, only in the ollama logs.
It also surprised me that this ollama API call will be performed over my public IP instead of the localhost.
When I enter the Model I want, for example
gemma3:latestit makes an ollama api call with/api/pull/0The Following is my nginx config:
And my docker-compose.yml:
Steps to Reproduce
Logs & Screenshots
Ollama logs
Additional Information
No response