-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
website/integrations: sonarr: clarify reverse proxy setup #17485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The Sonarr setup documentation, especially the reverse proxy setup section, caused confusion. The documentation was clarified by providing an architectural overview and slight change in wording in the Reverse Proxy Setup section. Signed-off-by: AlexLArmstrong <143502247+AlexLArmstrong@users.noreply.github.com>
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook canceled.
|
Signed-off-by: AlexLArmstrong <143502247+AlexLArmstrong@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #17485 +/- ##
==========================================
- Coverage 92.98% 92.65% -0.33%
==========================================
Files 868 868
Lines 47833 47833
==========================================
- Hits 44476 44320 -156
- Misses 3357 3513 +156
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
service revprox(server)[Reverse Proxy] | ||
service outpost(server)[Outpost] | ||
service sonarr(server)[Sonarr] | ||
service auth(server)[Authentik] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
service auth(server)[Authentik] | |
service auth(server)[authentik] |
## Reverse Proxy Setup | ||
|
||
Finally, in your reverse proxy setup for Sonarr, replace the current value with your Authentik Server | ||
Finally, in your reverse proxy setup for Sonarr, replace the current value for the proxied server (e.g. proxy_pass in nginx) with your Authentik Outpost Proxy Provider address. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally, in your reverse proxy setup for Sonarr, replace the current value for the proxied server (e.g. proxy_pass in nginx) with your Authentik Outpost Proxy Provider address. | |
Finally, in your reverse proxy setup for Sonarr, replace the current value for the proxied server (e.g. proxy_pass in nginx) with your authentik outpost proxy provider address. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much @AlexLArmstrong for the clraification and the Mermaid diagram, much appreciated! A few capitalization fixes, then leet's merge!
Details
The Sonarr setup documentation, especially the Reverse Proxy Setup section, caused confusion.
The documentation was clarified by providing an architectural overview and slight change in wording in the Reverse Proxy Setup section.