Starting with Authentik

This commit is contained in:
Florian Zirker 2025-03-18 15:04:33 +01:00
parent 8181de3f12
commit 37dc3b82d9
5 changed files with 99 additions and 3 deletions

View file

@ -60,6 +60,9 @@ services:
- USERMAP_GID=1000
- PAPERLESS_PRE_CONSUME_SCRIPT=/usr/src/paperless/scripts/removePdfPassword.py
- PAPERLESS_OCR_USER_ARGS=${USER_ARGS_JSON}
- PAPERLESS_APPS=allauth.socialaccount.providers.openid_connect
- PAPERLESS_SOCIALACCOUNT_PROVIDERS=${PAPERLESS_SOCIALACCOUNT_PROVIDERS}
- PAPERLESS_CSRF_TRUSTED_ORIGINS=https://paperless.home.florianzirker.de,https://auth.home.florianzirker.de
labels:
- "docker.group=paperless"