grafana: enable anon viewing

This commit is contained in:
notohh 2023-06-19 12:20:49 -04:00
parent bdee5b8619
commit 0853fb537e
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -9,15 +9,11 @@ _: {
http_addr = "0.0.0.0"; http_addr = "0.0.0.0";
http_port = 3100; http_port = 3100;
}; };
auth = { "auth.anonymous".enabled = true;
disable_login_form = false; "auth.basic".enabled = false;
};
users = { users = {
allow_signup = false; allow_signup = false;
}; };
feature_toggles = {
publicDashboards = true;
};
database = { database = {
type = "postgres"; type = "postgres";
host = "192.168.1.211:5432"; host = "192.168.1.211:5432";