diff --git a/office/paperless-ngx/internet/docker-compose.yml b/office/paperless-ngx/internet/docker-compose.yml index 397a81c..84bb103 100644 --- a/office/paperless-ngx/internet/docker-compose.yml +++ b/office/paperless-ngx/internet/docker-compose.yml @@ -50,7 +50,7 @@ services: PAPERLESS_DISABLE_REGULAR_LOGIN: true PAPERLESS_LOGOUT_REDIRECT_URL: https://auth.scheidel.biz/application/o/paperless-ngx/end-session/ PAPERLESS_APPS: "allauth.socialaccount.providers.openid_connect" - PAPERLESS_SOCIALACCOUNT_PROVIDERS: '{"openid_connect": {"APPS": [{"provider_id": "authentik","name": "Authentik SSO","client_id": "IeXOJxc5aSu74WwPM22zh4Nv1ulGYcObgtBhQ4JV","secret": "BxmWP5Xejxd3JoafNxSw83So5q3HOZHoe39Ui66c5qV6H5wM2CJNGcX5nXsCd1lNQe8tPVcLrISwvEpRXWtG7v1Rvc5M6fQW4K5sUgxbDCxoUxcceVN3WCGoDQYw9jZ7","settings": { "server_url": "https://auth.scheidel.biz/application/o/paperless-ngx/.well-known/openid-configuration"}}]}}' + PAPERLESS_SOCIALACCOUNT_PROVIDERS: '{"openid_connect": {"APPS": [{"provider_id": "authentik","name": "Authentik SSO","client_id": "","secret": "","settings": { "server_url": "https://auth.scheidel.biz/application/o/paperless-ngx/.well-known/openid-configuration"}}]}}' PAPERLESS_OCR_LANGUAGE: deu+eng PAPERLESS_CONSUMPTION_DIR: ../consume PAPERLESS_OCR_USER_ARGS: '{"invalidate_digital_signatures": true}'