Authentication
To enable authentication, set the Tdarr Server env/config auth
variable to true
.
A random authSecretKey
will automatically be generated when Tdarr starts up, but you can also set it manually as an env/config variable.
Once Tdarr starts up, you'll be prompted to set a username and password in the web UI.
After you sign in you'll need to head to the Tools -> API Keys
page and create an API key for your Nodes to use.
You'll then need to set the apiKey
env/config var on your Nodes so they can connect to your server.