1
0
Fork 0

hosts/monitoring-3: Fix IPv6 listen addr for Grafana

This commit is contained in:
clerie 2024-03-27 19:11:02 +01:00
parent b348d61013
commit df6a540281
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
domain = "grafana.monitoring.clerie.de";
root_url = "https://grafana.monitoring.clerie.de";
http_port = 3001;
http_addr = "::1";
http_addr = "[::1]";
};
"auth.anonymous" = {
enabled = true;