Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ReverseProxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ services:

## authentik Proxy Provider

[authentik](https://goauthentik.io/) is a free identity provider. Its **Proxy Provider** runs a small outpost container that catches every request: if you are not logged in, it sends you to the authentik login page, and once you are, it passes the request on to Maintainerr, which never has to deal with any of it. This is the same approach authentik's [own documentation](https://integrations.goauthentik.io/) already uses for Sonarr, Tautulli, Seerr, and Jellyfin.
[authentik](https://goauthentik.io/) is a free identity provider. Its **Proxy Provider** runs a small outpost container that catches every request: if you are not logged in, it sends you to the authentik login page, and once you are, it passes the request on to Maintainerr, which never has to deal with any of it. authentik maintains [their own documentation page for Maintainerr](https://integrations.goauthentik.io/media/maintainerr/).

There are two sub-modes.

Expand Down
2 changes: 1 addition & 1 deletion docs/Security.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Every configuration lives on one page: **[Reverse Proxy](./ReverseProxy.md)** co

## Recommended approach: authentik Proxy Provider

[authentik](https://goauthentik.io/) is a free identity provider. It puts a login in front of any web app, including Maintainerr, without changing Maintainerr at all, and it is the same approach authentik's [own documentation](https://integrations.goauthentik.io/) already uses for Sonarr, Tautulli, Seerr, and Jellyfin.
[authentik](https://goauthentik.io/) is a free identity provider. It puts a login in front of any web app, including Maintainerr, without changing Maintainerr at all, and and authentik maintains [their own documentation page for Maintainerr](https://integrations.goauthentik.io/media/maintainerr/).

Its **Proxy Provider** runs a small outpost container that catches every request. If you are not logged in, it sends you to the authentik login page. Once you are, it passes the request on to Maintainerr, which never has to deal with any of it. It runs in either of two sub-modes:

Expand Down