fixed url path at the wrong place

This commit is contained in:
chloe 2024-07-16 15:37:34 +02:00
parent 1008f18cb9
commit d60bfc866b

View file

@ -124,10 +124,11 @@ 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/api/"; href = "http://${ip}:9696/";
widget = { widget = {
type = "prowlarr"; type = "prowlarr";
key = config.sops.secrets.prowlarr; key = config.sops.secrets.prowlarr;
url = "http://${ip}:9696/";
}; };
}; };
} }
@ -136,9 +137,10 @@ 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/api"; href = "http://${ip}:8989/";
widget = { widget = {
type = "sonarr"; type = "sonarr";
url = "http://${ip}:9696/";
key = config.sops.secrets.sonarr; key = config.sops.secrets.sonarr;
}; };
}; };
@ -151,6 +153,7 @@ in
widget = { widget = {
type = "radarr"; type = "radarr";
key = config.sops.secrets.radarr; key = config.sops.secrets.radarr;
url = "http://${ip}:7878/";
}; };
}; };
} }
@ -232,8 +235,9 @@ in
} }
{ {
"InfluxDB" = { "InfluxDB" = {
icon = "influxdb";
description = "Traite les statistiques du serveur Proxmox"; description = "Traite les statistiques du serveur Proxmox";
href = "http://${ip}:8006";
}; };
} }
{ {