mirror of
https://github.com/truenas/charts.git
synced 2026-04-04 19:29:22 +08:00
* Upgraded catalog item(s)
This commit upgrades gitea, qbittorrent, twofactor-auth, vaultwarden, joplin, immich, passbolt, grafana, firefly-iii, n8n, planka, unifi-protect-backup, homarr, odoo catalog item(s).
* untouch files and common bump
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
31 lines
550 B
YAML
31 lines
550 B
YAML
image:
|
|
repository: 2fauth/2fauth
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.2.4
|
|
|
|
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
|
|
datasetName: config
|
|
additionalStorages: []
|