Changed Overlays

This commit is contained in:
2026-05-31 09:06:26 +02:00
parent 1ba87bb462
commit c4e3b755ce
3 changed files with 13 additions and 4 deletions
+7 -1
View File
@@ -62,7 +62,7 @@ in
};
settings = {
server = {
domain = "www.cyperpunk.de"; # serverIP; # "grafana.cyperpunk.de";
domain = "www.cyperpunk.de";
http_port = 2342;
http_addr = "0.0.0.0";
root_url = "https://www.cyperpunk.de/grafana/";
@@ -71,6 +71,8 @@ in
security = {
secret_key = "$__file{${config.sops.secrets.grafana_secret_key.path}}";
allow_embedding = true;
cookie_samesite = "none";
cookie_secure = true;
};
auth = {
disable_login_form = false;
@@ -92,6 +94,10 @@ in
auto_assign_org_role = "Admin";
skip_org_role_sync = true;
};
"auth.anonymous" = {
enabled = true;
org_role = "Viewer";
};
};
};