-
-
Notifications
You must be signed in to change notification settings - Fork 341
Description
Is there an existing issue for this?
- I have searched the existing open and closed issues
What document or section does this relate to?
Reverse Proxy Documentation needs to be updated due to changes made in #1450
Outside Access is now only allowed on Port 20211 (originally WebUI) while previous Access to GraphQL Endpoint via Port 20212 is only allowed now via Port 20211 on a /server/ Sub-Path.
Everything impacted in REVERSE_PROXY.md needs to be updated accordingly.
Describe the issue
Reverse Proxy Documentation needs to be updated due to changes made in #1450
Your suggestion or proposed solution
Quick Changes in the Flow Diagram

Everything else needs to be updated accordingly, including but not limited to:
- Flow Description: Change Port 20212 to Port 20211 with
/server/Path Caddyfile: Remove Port 20212 -> 20219reverse_proxyDirective- Firewall: Remove Port 20212 Rule
BACKEND_API_URLto be updated accordingly- (anything else - I will try to add here if/when I see it)
It seems "only" my Recent new Addition (Caddy + Authentik) had this Access to/via GraphQL API, so it seems the other Instructions (e.g. nginx or traefik) don't need to be updated due to this change.
As said previously though I believe the nginx Instructions are very deprecated anyways.
What type of issue is this?
- Missing information
- Inaccurate or outdated information
- Unclear or confusing content
- Structure or organization improvements
- Other (explain in issue)
Anything else?
No response
Can I help implement this? 👩💻👨💻
- Yes, I’d like to help implement the improvement
- No, I’m just suggesting the idea