From 2e71f8ea95a76c9403bb3636586cdbb5f9a49352 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 21 Feb 2024 02:05:33 -0500 Subject: also remap the metrics port apparently grafana/prometheus is already using this --- modules/headscale/templates/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/headscale') diff --git a/modules/headscale/templates/config.yaml b/modules/headscale/templates/config.yaml index 93f5133..10136f4 100644 --- a/modules/headscale/templates/config.yaml +++ b/modules/headscale/templates/config.yaml @@ -1,6 +1,6 @@ server_url: https://headscale.tozt.net listen_addr: 0.0.0.0:8081 -metrics_listen_addr: 0.0.0.0:9090 +metrics_listen_addr: 0.0.0.0:9091 private_key_path: <%= @data_dir %>/private.key noise: private_key_path: <%= @data_dir %>/noise_private.key -- cgit v1.2.3-54-g00ecf