fix: bump paperless-ngx to 3.0.5 for iOS app API version compat

Swift Paperless needs REST API v3-9; server was on 2.13 (v1-5 only),
causing 406 on /api/token/ for all phone uploads. v3 requires
PAPERLESS_DBENGINE explicit instead of inferred from PAPERLESS_DBHOST.
This commit is contained in:
Story Crater Bot
2026-08-25 17:37:41 -07:00
parent 89f01b6f2e
commit b73903afb1
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -7,6 +7,8 @@ data:
PAPERLESS_TIME_ZONE: "America/Los_Angeles"
PAPERLESS_OCR_LANGUAGE: "eng"
PAPERLESS_DBHOST: "paperless-db-rw"
# v3 requires this explicit - previously inferred from PAPERLESS_DBHOST
PAPERLESS_DBENGINE: "postgresql"
PAPERLESS_DBNAME: "paperless"
PAPERLESS_REDIS: "redis://paperless-redis:6379"
# django-allauth generic OIDC provider. The client_id/secret/server_url
+1 -1
View File
@@ -35,7 +35,7 @@ spec:
kubernetes.io/hostname: talos-cp-3
containers:
- name: paperless
image: ghcr.io/paperless-ngx/paperless-ngx:2.13
image: ghcr.io/paperless-ngx/paperless-ngx:3.0.5
ports:
- containerPort: 8000
envFrom: