mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 10:40:31 +08:00
26 lines
482 B
YAML
26 lines
482 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: pvc
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /data1
|
|
- type: pvc
|
|
mountPath: /data2
|