mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
* homarr - adapt to upstream changes * remove password * render * add acl * bump version * update label * update readme
22 lines
312 B
YAML
22 lines
312 B
YAML
homarrConfig:
|
|
password: secret
|
|
additionalEnvs:
|
|
- name: DISABLE_EDIT_MODE
|
|
value: true
|
|
|
|
homarrNetwork:
|
|
webPort: 31000
|
|
|
|
homarrStorage:
|
|
configs:
|
|
type: pvc
|
|
data:
|
|
type: pvc
|
|
icons:
|
|
type: pvc
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /data1
|
|
- type: pvc
|
|
mountPath: /data2
|