open-webui / docs

https://docs.openwebui.com
https://docs.openwebui.com
102 stars 115 forks source link

doc: reverse proxy api usage #7

Closed tjbck closed 1 week ago

tjbck commented 7 months ago

Explain: 🔒 Backend Reverse Proxy Support: Bolster security through direct communication between Open WebUI backend and Ollama. This key feature eliminates the need to expose Ollama over LAN. Requests made to the '/ollama/api' route from the web UI are seamlessly redirected to Ollama from the backend, enhancing overall system security.

Related: https://github.com/open-webui/open-webui/discussions/351