Force sso for paperless

This commit is contained in:
Peter Smit
2025-01-03 11:12:49 +01:00
parent bb3d8808b6
commit 87dcde48d0

View File

@@ -43,6 +43,8 @@ services:
PAPERLESS_APPS: "allauth.socialaccount.providers.openid_connect" # Enable OpenID Connect for pocketid
USE_X_FORWARD_HOST: true
USE_X_FORWARDED_PORT: true
PAPERLESS_DISABLE_REGULAR_LOGIN: true
PAPERLESS_REDIRECT_LOGIN_TO_SSO: true
gotenberg:
image: docker.io/gotenberg/gotenberg:8.15.2