docs: reverse proxy setup for Nginx Proxy Manager and Caddy#76
Merged
Conversation
Document how to put the Docker Compose stack behind a TLS-terminating reverse proxy for homelab/VPS deployments, covering Nginx Proxy Manager and Caddy with the MCP streaming/timeout settings the app needs. Closes #74
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.
Summary
Closes #74. Homelabbers and VPS users running the Docker Compose stack need a TLS-terminating reverse proxy in front of the app to expose it safely over HTTPS. This adds a dedicated "Putting it behind a reverse proxy (HTTPS)" section to the User Guide with copy-paste setups for the two most common choices.
What's added
PUBLIC_BASE_URLto the public HTTPS URL (no trailing slash) — OAuth metadata and the MCPresourceURI derive from it./mcpuses Streamable HTTP and a buffering/short-timeout proxy makes MCP appear to hang.Host/X-Forwarded-Proto.proxy_buffering off+ timeout snippet.Caddyfilewithflush_interval -1andread_timeout 1h.curl /healthzand/mcp).8000.Docs-only change; no code touched.
https://claude.ai/code/session_019Au99TckVV2QvC6nvED2az
Generated by Claude Code