service/git: migrate to forgejo from gitea
Some checks failed
/ Build Nix targets (push) Has been cancelled

This commit is contained in:
Felix Buehler 2025-04-01 22:27:51 +02:00
parent b41344a212
commit 3b20c0a25b
6 changed files with 55 additions and 25 deletions

View file

@ -123,15 +123,15 @@ lib.makeScope pkgs.newScope (
hash = "sha256-/scCKBKqTjRKKImIrEYLBKGweOUnkx+QsD5yLfdXW5o=";
};
gitea =
forgejo =
(buildGrafanaDashboard {
id = 13192;
pname = "gitea";
pname = "forgejo";
version = "1";
hash = "sha256-IAaI/HvMxcWE3PGQFK8avNjgj88DgcDvkWRcDAWSejM=";
}).overrideAttrs
(_: {
src = ./gitea.json; # sadly not yet updated to latest grafana
src = ./forgejo.json; # sadly not yet updated to latest grafana
});
prometheus =