This commit is contained in:
rfl 2024-10-25 17:57:21 +02:00
parent 2d6092cc4d
commit 0ae52b462a
Signed by: rfl
GPG key ID: 48B0E5DDF8FA62EF

View file

@ -126,7 +126,7 @@ paperless-docker-container-running:
- PAPERLESS_TIKA_GOTENBERG_ENDPOINT={{ salt['pillar.get']('paperless:webserver:environment:tika_gotenberg_endpoint', 'http://gotenberg:3000') }}
- PAPERLESS_APPS=allauth.socialaccount.providers.openid_connect
- PAPERLESS_SOCIALACCOUNT_PROVIDERS={{ PAPERLESS_SOCIALACCOUNT_PROVIDERS_ }}
- PAPERLESS_SOCIALACCOUNT_PROVIDERS={"key": {"value": 3}}
- PAPERLESS_DISABLE_REGULAR_LOGIN={{ salt['pillar.get']('paperless:webserver:environment:disable_regular_login', 'true') }}
- PAPERLESS_REDIRECT_LOGIN_TO_SSO={{ salt['pillar.get']('paperless:webserver:environment:redirect_login_to_sso', 'true') }}