-
|
I've just started on a migration from Authentik to Pocket-ID and Tinyauth, although it's mostly going OK I'm struggling with a few areas as the docs are very heavily focused on labels everywhere which is not how I currently do things. Specifically when it comes to basic auth what exactly would I need to do in order get a user, password or the equivalent of tinyauth.basic.password.file into the system for an app like NZBGet? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
Hello, In order to use basic auth the protected app has to support it. Looking at the docs of NZBGet, I couldn't find any references to basic auth. |
Beta Was this translation helpful? Give feedback.
-
|
In case anyone comes across this via Google: since I posted this Tinyauth has moved on a lot and I've been able to successfully set up basic auth using environment variables in my Docker compose and passing the headers to the service(s) using the following Caddyfile snippet and example: |
Beta Was this translation helpful? Give feedback.
In case anyone comes across this via Google: since I posted this Tinyauth has moved on a lot and I've been able to successfully set up basic auth using environment variables in my Docker compose and passing the headers to the service(s) using the following Caddyfile snippet and example: