fix: use corret oauth_host, add sso comments

This commit is contained in:
Mac Chaffee
2025-09-10 21:08:20 -04:00
parent 8f0dc48169
commit d88c3dd900

View File

@ -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