docs: add Traefik reverse-proxy deployment guide#1284
Closed
mfolofy wants to merge 1 commit into
Closed
Conversation
Community-contributed guide for deploying Open WebUI behind Traefik v3 reverse proxy with automatic Let's Encrypt TLS, Docker Compose setup, rate limiting, CORS configuration, and Ollama sidecar. Co-Authored-By: Mike (Claude Code/Banana) <noreply@anthropic.com>
Collaborator
|
Thanks for this, the overall structure and the Traefik/TLS/ACME setup are solid. Closing for now because a few things would mislead readers as published:
Plus minor nits (filed under External Services rather than deployment, and Happy to merge a revised version with the env block corrected and that WebSocket row dropped, please feel free to reopen or open a fresh PR. Thanks again for contributing! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Community-contributed guide for deploying Open WebUI behind Traefik v3 reverse proxy.
What's included
Why
This fills a gap in the deployment documentation — Traefik is widely used in production but had no dedicated deployment guide. The previous PRs in the main repo were correctly redirected here by maintainer feedback.
Closes: previous PRs #25492, #25493, #25494, #25582, #25583 (redirected from open-webui/open-webui)
Co-Authored-By: Mike (Claude Code/Banana) noreply@anthropic.com