diff --git a/roles/docker/templates/hoarder-env.j2 b/roles/docker/templates/hoarder-env.j2 index eced3a1..efc68a7 100644 --- a/roles/docker/templates/hoarder-env.j2 +++ b/roles/docker/templates/hoarder-env.j2 @@ -6,4 +6,5 @@ OPENAI_API_KEY={{ openai_api_key }} OAUTH_CLIENT_SECRET={{ hoarder_oidc_client_secret }} OAUTH_CLIENT_ID=GTi0QBRH5TiTqZfxfAkYSQVVFouGdlOFMc2sjivN OAUTH_PROVIDER_NAME=Authentik -OAUTH_WELLKNOWN_URL=https://auth.thesatelliteoflove.com/application/o/hoarder/.well-known/openid-configuration \ No newline at end of file +OAUTH_WELLKNOWN_URL=https://auth.thesatelliteoflove.com/application/o/hoarder/.well-known/openid-configuration +OAUTH_ALLOW_DANGEROUS_EMAIL_ACCOUNT_LINKING=true \ No newline at end of file