automatic authentik sso configuration
This commit is contained in:
+10
@@ -5,6 +5,10 @@ DOMAIN=wordpress.example.com
|
||||
#EXTRA_DOMAINS=', `www.wordpress.example.com`'
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
TITLE="My Example Blog"
|
||||
LOCALE="en_US" # de_DE
|
||||
ADMIN_EMAIL=admin@example.com
|
||||
|
||||
## Additional extensions
|
||||
#PHP_EXTENSIONS="calendar"
|
||||
|
||||
@@ -35,3 +39,9 @@ SECRET_DB_PASSWORD_VERSION=v1
|
||||
#SMTP_AUTH=on
|
||||
#SMTP_TLS=on
|
||||
#SECRET_SMTP_PASSWORD_VERSION=v1
|
||||
|
||||
# COMPOSE_FILE="$COMPOSE_FILE:compose.authentik.yml"
|
||||
# AUTHENTIK_DOMAIN=authentik.example.com
|
||||
# AUTHENTIK_SECRET_NAME=authentik_example_com_wordpress_secret_v1 # the same as in authentik
|
||||
# AUTHENTIK_ID_NAME=authentik_example_com_wordpress_id_v1 # the same as in authentik
|
||||
# LOGIN_TYPE='auto' # 'button'
|
||||
|
||||
Reference in New Issue
Block a user