Update modules/server/containers/apps/influx.nix

This commit is contained in:
2026-06-17 17:14:13 +02:00
parent 4fee8726a9
commit a66c08551c

View File

@@ -111,6 +111,11 @@ in {
GF_LIVE_HA_ENGINE_ADRESS = "${builder.host}:6379"; GF_LIVE_HA_ENGINE_ADRESS = "${builder.host}:6379";
DEFAULT_INFLUX_SERVER = "http://${builder.host}:8181"; DEFAULT_INFLUX_SERVER = "http://${builder.host}:8181";
}; };
extraLabels = {
"traefik.http.routers.grafana-pub.rule" = "Host(`${containerCfg.subdomain}.${serverCfg.domain}`) && PathPrefix(`/public-dashboards`)";
"traefik.http.routers.grafana-pub.entrypoints" = "web-secure";
"traefik.http.routers.grafana-pub.tls" = "true";
};
overrides = { overrides = {
user = "1500:1500"; user = "1500:1500";
environmentFiles = [ config.sops.secrets."INFLUX".path config.sops.secrets."CUSTOM".path ] ; environmentFiles = [ config.sops.secrets."INFLUX".path config.sops.secrets."CUSTOM".path ] ;