mirror of
https://github.com/truenas/charts.git
synced 2026-05-01 22:11:04 +08:00
* paperless-ngx - migrate storage section * remove chown * optimize * remove empty lines * restore immutable flag
37 lines
587 B
YAML
37 lines
587 B
YAML
paperlessNetwork:
|
|
webPort: 31000
|
|
|
|
paperlessConfig:
|
|
adminUser: admin
|
|
adminPassword: supersecretpassword
|
|
adminMail: admin@example.com
|
|
enableTrash: false
|
|
additionalEnvs:
|
|
- name: PAPERLESS_OCR_LANGUAGES
|
|
value: deu+eng
|
|
- name: PAPERLESS_OCR_MODE
|
|
value: redo
|
|
|
|
paperlessID:
|
|
user: 1001
|
|
group: 1001
|
|
|
|
paperlessStorage:
|
|
data:
|
|
type: pvc
|
|
media:
|
|
type: pvc
|
|
consume:
|
|
type: pvc
|
|
trash:
|
|
type: pvc
|
|
pgData:
|
|
type: pvc
|
|
pgBackup:
|
|
type: emptyDir
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /data1
|
|
- type: pvc
|
|
mountPath: /data2
|