feat(paperless): add paperless-ai with local LLM for auto-tagging

- paperless-ai deployment using clusterzx/paperless-ai
- LLM via local api-gateway (reasoning model, no auth - phase 3 pending)
- Paperless API token SOPS-encrypted
- Auto-tags new documents, 5min scan interval
- Adds 'ai-processed' tag to classified documents
This commit is contained in:
2026-09-13 06:04:49 +09:00
parent 899e2aed2a
commit f8de5f506b
4 changed files with 87 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ resources:
- backup-cronjob.yaml
- adapter-configmap.yaml
- rbac.yaml
- paperless-ai.yaml
# postgres: paperless-db CNPG Cluster, deployed by k8s/infra/databases (wave 2,
# before this app at wave 8) - not duplicated here. Same for the paperless-oidc
# and paperless-minio-creds Secrets, written by PostSync provisioning Jobs in