mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 11:48:55 +08:00
* initial commit * add some templates * fix config * add metadata and ci values * expose more config * add values * fix lint * add ui * add validation * whops * update description * formatting * rename app
29 lines
648 B
YAML
29 lines
648 B
YAML
twofauthConfig:
|
|
authenticationGuard: reverse-proxy-guard
|
|
authProxyHeaderUser: X-Forwarded-User
|
|
authProxyHeaderEmail: X-Forwarded-Email
|
|
webauthnUserVerification: required
|
|
trustedProxies:
|
|
- "*"
|
|
additionalEnvs:
|
|
- name: LOG_LEVEL
|
|
value: notice
|
|
- name: IS_DEMO_APP
|
|
value: "true"
|
|
|
|
|
|
twofauthNetwork:
|
|
webPort: 31000
|
|
|
|
twofauthStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/config
|
|
additionalStorages:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data1
|
|
mountPath: /data1
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/data2
|
|
mountPath: /data2
|