fix: add PAPERLESS_USERNAME env var to paperless-ai (#45)
Required by paperless-ai to find its own user ID for scanning. Without this, scanning aborts with "Failed to get own user ID".Reviewed-on: #45 Co-authored-by: rock <[email protected]>
This commit was merged in pull request #45.
This commit is contained in:
@@ -33,6 +33,8 @@ spec:
|
||||
secretKeyRef:
|
||||
name: paperless-ai-config
|
||||
key: PAPERLESS_API_TOKEN
|
||||
- name: PAPERLESS_USERNAME
|
||||
value: "admin"
|
||||
# LLM API — local gateway, no auth required (phase 3 not built yet)
|
||||
- name: AI_PROVIDER
|
||||
value: "custom"
|
||||
|
||||
Reference in New Issue
Block a user