spec(focus): add grafana dashboard

This commit is contained in:
514fpv 2024-01-29 17:44:41 +08:00
parent 12c8f44c50
commit c849838e4e
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
2 changed files with 44 additions and 0 deletions

View file

@ -17,6 +17,14 @@
useACMEHost = ".sf.514fpv.io";
extraConfig = "return 444;";
};
"sf.514fpv.io" = {
addSSL = true;
useACMEHost = "sf.514fpv.io";
locations."/" = {
return = "307 https://sf.514fpv.io:8086/dash/";
};
};
};
};