mirror of
https://github.com/truenas/charts.git
synced 2024-04-21 15:21:45 +00:00
29 lines
400 B
YAML
29 lines
400 B
YAML
paperlessNetwork:
|
|
webPort: 31000
|
|
|
|
paperlessConfig:
|
|
adminUser: admin
|
|
adminPassword: supersecretpassword
|
|
adminMail: admin@example.com
|
|
|
|
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: ""
|