update: link to authentik to change password if needed

This commit is contained in:
Nathan FONTEYNE 2026-07-08 17:00:47 +02:00
parent 7e4b067e54
commit 09b7b0bc10
6 changed files with 35 additions and 2 deletions

View file

@ -28,6 +28,12 @@ OIDC_CLIENT_SECRET=
OIDC_REDIRECT_URI=https://octane.dandrove.com/auth/callback
ADMIN_GROUP_NAME=octane-admins
# Optional — public URL of Authentik (the one users' browsers can actually
# reach, unlike AUTHENTIK_ISSUER_URL above which may be an internal Docker
# address). Shows a "Mon compte" link in the nav and on the profile page so
# users can change their own password. Hidden entirely if left blank.
AUTHENTIK_PUBLIC_URL=https://auth.dandrove.com
# Docker networking: external network shared with Traefik and Authentik
TRAEFIK_NETWORK_NAME=traefik-proxy