Clarify forward auth instructions (#63)

This commit is contained in:
trick77 2025-06-10 04:42:51 +02:00 committed by GitHub
parent 2fbc14b23d
commit 2f87c35abc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,8 @@ Note that this automatically creates new users in the database if they do not al
For Authentik behind NPM Proxy Manager:
1. Set the 'TA_AUTH_PROXY_USERNAME_HEADER' TO:
- TA_AUTH_PROXY_USERNAME_HEADER=HTTP_X_AUTHENTIK_USERNAME
- `TA_AUTH_PROXY_USERNAME_HEADER=X_AUTHENTIK_USERNAME` (without the HTTP_ prefix)
- Please note that as of Tube Archivist >= 0.5.3, the forward authentication header name will be prefixed with `HTTP_` by Django, so you must omit it in `TA_AUTH_PROXY_USERNAME_HEADER`
2. In NPM Proxy Manager in the advance tab of your Proxy host modify the default sections of the setup script that was pulled from your proxy provider that starts with: '# This section should be uncommented when the "Send HTTP Basic authentication" option is
enabled in the proxy provider' with the following: