added missing links

This commit is contained in:
chloe 2024-07-16 14:56:59 +02:00
parent 28a93bfb94
commit 9012926d38

View file

@ -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";
}; };
} }
]; ];