automatic authentik sso configuration

This commit is contained in:
Moritz
2023-03-30 16:57:44 +02:00
parent 7962da376c
commit db1e7bc88a
4 changed files with 109 additions and 20 deletions
+10
View File
@@ -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'