Make grafana dashboard viewable without an account

This commit is contained in:
Agatha Lovelace 2023-03-18 21:18:27 +01:00
parent aa79960179
commit 5f00029da7
Signed by: sorceress
GPG Key ID: 01D0B3AB10CED4F8
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@
http_port = 2342;
http_addr = "localhost";
};
settings."auth.anonymous" = {
enabled = true;
org_name = "Main Org.";
org_role = "Viewer";
};
};
networking.firewall.allowedTCPPorts =