mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
fixed url path at the wrong place
This commit is contained in:
parent
1008f18cb9
commit
d60bfc866b
1 changed files with 7 additions and 3 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue