Replies: 2 comments 1 reply
-
Any update to this? I've been stuck here for a week. |
Beta Was this translation helpful? Give feedback.
0 replies
-
So it looks like by default the password is now being hashed. This means that basic auth wont work. In order to make it work shutdown tautulli then go into the config.ini set the http_hash_password = 0, set http_password = Your password and then set http_basic_auth = 1, then start up tautulli again. This worked for me. Hopefully the maintainer sees this, and can put the feature options back into the panel. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to Tautulli working with either Plex authentication or basic http authentication per the official Authentik instructions here. I also use NPM as my reverse proxy with Cloudflare SSL. My goal is to only have the Authentik sign-on, which automatically logs into Tautulli. Neither Plex nor basic HTTP per the guide are working.
Basic HTTP authentication
This feature has moved to the config for Tautulli and is no longer available in the UI. However, it can be enabled manually. With basic HTTP authentication enabled in the config, after logging in to Authentik I'm passed to a Tautulli screen that still prompts for user/password.
Passing through a Plex login token
I got this working with Overseer using the following custom scope mapping. I tried duplicating this for Tautulli (changing the base URL) and no go.
As it is, does anyone have suggestions to avoid the duplicate login for Tautulli with Authentik?
Beta Was this translation helpful? Give feedback.
All reactions