mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/git: migrate to forgejo from gitea
Some checks failed
/ Build Nix targets (push) Has been cancelled
Some checks failed
/ Build Nix targets (push) Has been cancelled
This commit is contained in:
parent
b41344a212
commit
3b20c0a25b
6 changed files with 55 additions and 25 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue