Files
chart/library/ix-dev/community/paperless-ngx/ci/extra-values.yaml
bugclerk b4355feb55 Upgraded catalog item(s) (#1883)
* Upgraded catalog item(s)

        This commit upgrades home-assistant, paperless-ngx, chia, metube, jenkins, n8n catalog item(s).

* bump common

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-12-14 10:40:56 +02:00

40 lines
639 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
emptyDirConfig:
medium: ""
size: ""
additionalStorages:
- type: pvc
mountPath: /data1
- type: pvc
mountPath: /data2