docs: add custom reverse proxy setup guide for Community Edition - #305
docs: add custom reverse proxy setup guide for Community Edition#305boul2gom wants to merge 2 commits into
Conversation
|
@boul2gom is attempting to deploy a commit to the Marketing at Plane Team on Vercel. A member of the Team first needs to authorize it. |
|
Warning Review limit reached
Next review available in: 33 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdds Community Edition reverse proxy documentation covering proxy prerequisites, path-to-container mappings, and NGINX, Caddy, and Traefik configuration templates. ChangesCommunity Edition reverse proxy
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
✅ Action performedReview finished.
|
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/self-hosting/govern/reverse-proxy.md`:
- Line 228: Update the reverse-proxy route table entry to match the examples’
default public upload path, documenting `/uploads` as the route to plane-minio
on port 9000; if retaining the configurable bucket-name route, add the required
rewrite behavior consistently across the documented proxy configurations.
- Around line 260-268: Add proxy_http_version 1.1; to the /live/ WebSocket
location block alongside the existing proxy_pass and upgrade headers, preserving
the rest of the reverse-proxy configuration.
- Line 346: Update the Traefik router rules in the documented reverse-proxy
configuration to use exact root matches plus trailing-slash prefixes instead of
broad PathPrefix matchers. Apply this boundary-safe pattern consistently to api,
auth, static, god-mode, spaces, live, and uploads across the affected rules,
preserving the existing Host condition.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 436966b9-2bbf-462a-835d-0079c1bef760
📒 Files selected for processing (1)
docs/self-hosting/govern/reverse-proxy.md
Description
📚 Document exact internal route mappings (spaces, god-mode, live, etc.) and provide ready-to-use config templates for Nginx, Caddy, and Traefik
Type of Change
Summary by CodeRabbit