generated from coop-cloud/example
fix: use corret oauth_host, add sso comments
This commit is contained in:
@ -8,6 +8,7 @@ SITE_NAME=writefreely
|
||||
FEDERATION=true
|
||||
LOCAL_TIMELINE=false
|
||||
OPEN_DELETION=false
|
||||
# Set to true if using SSO so linked users are created automatically
|
||||
OPEN_REGISTRATION=true
|
||||
# This settings requires authentication to read posts
|
||||
PRIVATE=true
|
||||
@ -21,7 +22,7 @@ CHORUS=false
|
||||
FOREST=false
|
||||
SINGLE_USER=false
|
||||
MAX_BLOGS="10"
|
||||
# Set to true if using keycloak
|
||||
# Set to true if using SSO
|
||||
DISABLE_PASSWORD_AUTH=false
|
||||
|
||||
# This is here so later lines can extend it; you likely don't wanna edit
|
||||
@ -44,6 +45,6 @@ LETS_ENCRYPT_ENV=production
|
||||
#KEYCLOAK_ENABLED=1
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.keycloak.yml"
|
||||
#OAUTH_CLIENT_ID=writefreely
|
||||
#OAUTH_HOST=https://<your domain>/auth/realms/<your realm>/protocol/openid-connect
|
||||
#OAUTH_HOST=https://<your domain>/realms/<your realm>/protocol/openid-connect
|
||||
#OAUTH_DISPLAY_NAME=Keycloak
|
||||
#OAUTH_CLIENT_SECRET_VERSION=v1
|
||||
|
Reference in New Issue
Block a user