mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 08:15:00 -05:00
[PR #20] [CLOSED] WIP: more docker-friendly proxying #6905
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/20
Author: @coolaj86
Created: 10/22/2023
Status: ❌ Closed
Base:
main← Head:feat-static📝 Commits (2)
8a181c7doc(caddy): make 'basicauth' conditional on ENVsf377487doc(caddy): add Docker-friendly example📊 Changes
3 files changed (+152 additions, -19 deletions)
View changed files
➕
Caddyfile.docker(+98 -0)📝
Caddyfile.localhost(+49 -15)📝
example.env(+5 -4)📄 Description
Just added an example that uses
http://*:8080as the host that could be used to solve some of the issues of #2 and #15.It would probably be used something like this:
Then it would:
TODO:
reverse_proxy {$OLLAMA_API_HOST}in place ofreverse_proxy localhost:11434🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.