mirror of
https://github.com/nfonteyne/octane-website.git
synced 2026-09-03 23:24:48 +02:00
update: link to authentik to change password if needed
This commit is contained in:
parent
7e4b067e54
commit
09b7b0bc10
6 changed files with 35 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue