service/gitea: add monitoring & dashboard

This commit is contained in:
Felix Buehler 2023-04-16 16:22:35 +02:00
parent 3569df7826
commit 9991dfaf47
3 changed files with 1292 additions and 1 deletions

View file

@ -54,4 +54,13 @@ in
version = "5";
hash = "sha256-9vfUGpypFNKm9T1F12Cqh8TIl0x3jSwv2fL9HVRLt3o=";
};
gitea = (buildGrafanaDashboard {
id = 13192;
pname = "gitea";
version = "1";
hash = "sha256-IAaI/HvMxcWE3PGQFK8avNjgj88DgcDvkWRcDAWSejM=";
}).overrideAttrs (self: super: {
src = ./gitea.json; # sadly not yet updated to latest grafana
});
})