mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 05:39:24 +08:00
32 lines
678 B
YAML
32 lines
678 B
YAML
paperlessNetwork:
|
|
webPort: 31000
|
|
|
|
paperlessConfig:
|
|
adminUser: admin
|
|
adminPassword: supersecretpassword
|
|
adminMail: admin@example.com
|
|
|
|
paperlessID:
|
|
user: 1001
|
|
group: 1001
|
|
|
|
paperlessStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data
|
|
media:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/media
|
|
consume:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/consume
|
|
trash:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/trash
|
|
pgData:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/pgData
|
|
pgBackup:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/pgBackup
|