mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
added missing links
This commit is contained in:
parent
28a93bfb94
commit
9012926d38
1 changed files with 6 additions and 5 deletions
|
@ -124,7 +124,7 @@ in
|
||||||
"Prowlarr" = {
|
"Prowlarr" = {
|
||||||
icon = "prowlarr";
|
icon = "prowlarr";
|
||||||
description = "Indexe les différents sites de téléchargement";
|
description = "Indexe les différents sites de téléchargement";
|
||||||
href = "http://${ip}:9696/";
|
href = "http://${ip}:9696/api/";
|
||||||
widget = {
|
widget = {
|
||||||
type = "prowlarr";
|
type = "prowlarr";
|
||||||
key = config.sops.secrets.prowlarr;
|
key = config.sops.secrets.prowlarr;
|
||||||
|
@ -136,7 +136,7 @@ in
|
||||||
"Sonarr" = {
|
"Sonarr" = {
|
||||||
icon = "sonarr";
|
icon = "sonarr";
|
||||||
description = "Moteur de recherche pour les séries";
|
description = "Moteur de recherche pour les séries";
|
||||||
href = "http://${ip}:8989";
|
href = "http://${ip}:8989/api";
|
||||||
widget = {
|
widget = {
|
||||||
type = "sonarr";
|
type = "sonarr";
|
||||||
key = config.sops.secrets.sonarr;
|
key = config.sops.secrets.sonarr;
|
||||||
|
@ -147,7 +147,7 @@ in
|
||||||
"Radarr" = {
|
"Radarr" = {
|
||||||
icon = "radarr";
|
icon = "radarr";
|
||||||
description = "Moteur de recherche pour les films";
|
description = "Moteur de recherche pour les films";
|
||||||
href = "http://${ip}:7878";
|
href = "http://${ip}:7878/api";
|
||||||
widget = {
|
widget = {
|
||||||
type = "radarr";
|
type = "radarr";
|
||||||
key = config.sops.secrets.radarr;
|
key = config.sops.secrets.radarr;
|
||||||
|
@ -219,7 +219,7 @@ in
|
||||||
widget = {
|
widget = {
|
||||||
type = "pihole";
|
type = "pihole";
|
||||||
key = config.sops.secrets.pihole;
|
key = config.sops.secrets.pihole;
|
||||||
url = "http://${cfg.piholeURL}/admin";
|
url = "http://${cfg.piholeURL}/admin/api.php";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -227,7 +227,7 @@ in
|
||||||
"Grafana" = {
|
"Grafana" = {
|
||||||
icon = "grafana";
|
icon = "grafana";
|
||||||
description = "Visualiseur de graphiques";
|
description = "Visualiseur de graphiques";
|
||||||
href = "";
|
href = "http://${ip}:3000";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -240,6 +240,7 @@ in
|
||||||
"Uptime Kuma" = {
|
"Uptime Kuma" = {
|
||||||
icon = "uptimekuma";
|
icon = "uptimekuma";
|
||||||
description = "Surveille l'état des différents services";
|
description = "Surveille l'état des différents services";
|
||||||
|
href = "http://${ip}:4000";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue