oauth for paperless

This commit is contained in:
2024-10-06 13:53:57 +02:00
parent 968303ea38
commit 4a6d126f8e
4 changed files with 26 additions and 1 deletions

View File

@@ -37,6 +37,15 @@ spec:
value: /data
- name: PAPERLESS_MEDIA_ROOT
value: /data
- name: PAPERLESS_APPS
value: allauth.socialaccount.providers.openid_connect
- name: PAPERLESS_SOCIALACCOUNT_PROVIDERS
valueFrom:
secretKeyRef:
name: paperless-oauth
key: provider-config
# - name: PAPERLESS_DISABLE_REGULAR_LOGIN
# value: "True"
volumeMounts:
- name: data
mountPath: /data