Added config. to `time.timeZone

This commit is contained in:
Raphaël Numbus
2026-02-25 14:00:12 +01:00
parent 966e3288dd
commit 4a5bef02fc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ helper.mkPodmanService {
NC_default_phone_region: "${config.numbus.language}"
NC_default_language: "${config.numbus.language}"
NC_default_locale: "${config.numbus.locale}"
NC_default_timezone: "${time.timeZone}"
NC_default_timezone: "${config.time.timeZone}"
NC_maintenance_window_start: "1"
depends_on:
- nextcloud-database
+1 -1
View File
@@ -48,7 +48,7 @@ helper.mkPodmanService {
- ${cfg.configDir}/gpg:/etc/passbolt/gpg
- ${cfg.configDir}/jwt:/etc/passbolt/jwt
environment:
APP_DEFAULT_TIMEZONE: ${time.timeZone}
APP_DEFAULT_TIMEZONE: ${config.time.timeZone}
APP_FULL_BASE_URL: https://${cfg.subdomain}.${config.numbus.services.domain}
DATASOURCES_DEFAULT_HOST: "passbolt-database"
DATASOURCES_DEFAULT_USERNAME: $DB_USERNAME
+1 -1
View File
@@ -44,7 +44,7 @@ helper.mkPodmanService {
environment:
PIHOLE_UID: '1000'
PIHOLE_GID: '1000'
TZ: ${time.timeZone}
TZ: ${config.time.timeZone}
FTLCONF_webserver_api_password: $PIHOLE_PASSWORD
FTLCONF_webserver_domain: ${cfg.subdomain}.${config.numbus.services.domain}
FTLCONF_dns_upstreams: 9.9.9.9;149.112.112.112