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
+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: