Deploy Paperless-ngx document management #328

Merged
eblume merged 8 commits from deploy-paperless into main 2026-04-08 17:54:13 -07:00
Showing only changes of commit d036782b43 - Show all commits

Fix paperless admin username and email

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Erich Blume 2026-04-08 16:38:57 -07:00

View file

@ -53,14 +53,14 @@ spec:
value: "1"
# Admin account (created on first startup)
- name: PAPERLESS_ADMIN_USER
value: "erich"
value: "eblume"
- name: PAPERLESS_ADMIN_PASSWORD
valueFrom:
secretKeyRef:
name: paperless-secrets
key: admin-password
- name: PAPERLESS_ADMIN_MAIL
value: "erich@eblu.me"
value: "blume.erich@gmail.com"
# OIDC via Authentik
# Full JSON blob pulled from 1Password (includes client secret)
- name: PAPERLESS_APPS