forked from Drift/pvv-nixos-config
Grafana: Add Gitea Dashbaord [sic]
This commit is contained in:
parent
c64d28fc26
commit
0f77a42e34
File diff suppressed because it is too large
Load Diff
|
@ -75,6 +75,12 @@ in {
|
|||
url = "https://grafana.com/api/dashboards/240/revisions/3/download";
|
||||
options.path = dashboards/go-processes.json;
|
||||
}
|
||||
{
|
||||
name = "Gitea Dashbaord";
|
||||
type = "file";
|
||||
url = "https://grafana.com/api/dashboards/17802/revisions/3/download";
|
||||
options.path = dashboards/gitea-dashbaord.json;
|
||||
}
|
||||
];
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue