mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
This commit upgrades wg-easy, pihole, home-assistant, plex, gitea, twofactor-auth, drawio, metube, castopod, tailscale, prowlarr, lidarr, immich, linkding, passbolt, sabnzbd, komga, readarr, n8n, planka, node-red, homarr catalog item(s). Co-authored-by: sonicaj <waqarsonic1@gmail.com>
32 lines
572 B
YAML
32 lines
572 B
YAML
image:
|
|
repository: 2fauth/2fauth
|
|
pullPolicy: IfNotPresent
|
|
tag: 5.1.0
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
twofauthConfig:
|
|
appName: 2FAuth
|
|
appUrl: http://localhost:30081
|
|
siteOwnerEmail: admin@example.com
|
|
authenticationGuard: web-guard
|
|
authProxyHeaderUser: ''
|
|
authProxyHeaderEmail: ''
|
|
webauthnUserVerification: preferred
|
|
trustedProxies: []
|
|
additionalEnvs: []
|
|
|
|
twofauthNetwork:
|
|
webPort: 30081
|
|
hostNetwork: false
|
|
|
|
twofauthStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
additionalStorages: []
|