mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 19:58:21 +08:00
* add `freshrss` to `community` train * add initial templates * fix pat * whops * run as 33 * requires root * more caps * dont wait for pvc to bind for future jobs * do the installation * create user * add cron * add questions * remove group * fix password field * add smb * add size var
29 lines
495 B
YAML
29 lines
495 B
YAML
freshrssConfig:
|
|
defaultAdmin: admin
|
|
defaultAdminPass: admin
|
|
enableCron: true
|
|
cronSchedule: "*/5 * * * *"
|
|
additionalEnvs:
|
|
- name: freshrss__API_KEY
|
|
value: some-long-api-key
|
|
- name: freshrss__LOG_LEVEL
|
|
value: error
|
|
|
|
freshrssNetwork:
|
|
webPort: 32000
|
|
|
|
freshrssStorage:
|
|
data:
|
|
type: pvc
|
|
extensions:
|
|
type: pvc
|
|
pgData:
|
|
type: pvc
|
|
pgBackup:
|
|
type: emptyDir
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /data1
|
|
- type: pvc
|
|
mountPath: /data2
|