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:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user