Make grafana dashboard viewable without an account
This commit is contained in:
parent
aa79960179
commit
5f00029da7
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue