More settings for grafana

This commit is contained in:
Daniel Frank 2022-01-28 21:33:09 +01:00
parent 10fba20199
commit 7671c5ab17
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -4,9 +4,12 @@
services.grafana = {
enable = true;
analytics.reporting.enable = false;
analytics.check_for_updates = false;
protocol = "socket";
rootUrl = "https://stats.besaid.de/";
auth.anonymous.enable = true;
auth.anonymous.hide_version = true;
auth.signout_redirect_url = "/";
security = {
adminUser = "tokudan";
adminPasswordFile = "/var/lib/grafana/admin.pw";