diff --git a/features/prometheus.nix b/features/prometheus.nix index d88cb9c..672ac86 100644 --- a/features/prometheus.nix +++ b/features/prometheus.nix @@ -15,7 +15,7 @@ job_name = "synapse"; scrape_interval = "15s"; metrics_path = "/_synapse/metrics"; - static_configs = [ { targets = [ "localhost:8008" ]; } ]; + static_configs = [ { targets = [ "localhost:9000" ]; } ]; } { job_name = "homelab-stats"; diff --git a/features/synapse-matrix.nix b/features/synapse-matrix.nix index df2bdbc..4108dca 100644 --- a/features/synapse-matrix.nix +++ b/features/synapse-matrix.nix @@ -47,6 +47,7 @@ in { port = 9000; type = "metrics"; + tls = false; bind_addresses = [ "::1" "0.0.0.0"