mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 15:10:19 +02:00
removed backslash at end of uris
This commit is contained in:
parent
d60bfc866b
commit
8c966746a0
1 changed files with 6 additions and 6 deletions
|
@ -75,7 +75,7 @@ in
|
||||||
"Jellyfin" = {
|
"Jellyfin" = {
|
||||||
icon = "jellyfin";
|
icon = "jellyfin";
|
||||||
description = "Permet de regarder ou écouter du contenu.";
|
description = "Permet de regarder ou écouter du contenu.";
|
||||||
href = "http://${ip}:8096/";
|
href = "http://${ip}:8096";
|
||||||
widget = {
|
widget = {
|
||||||
type = "jellyfin";
|
type = "jellyfin";
|
||||||
url = "http://${ip}:8096";
|
url = "http://${ip}:8096";
|
||||||
|
@ -128,7 +128,7 @@ in
|
||||||
widget = {
|
widget = {
|
||||||
type = "prowlarr";
|
type = "prowlarr";
|
||||||
key = config.sops.secrets.prowlarr;
|
key = config.sops.secrets.prowlarr;
|
||||||
url = "http://${ip}:9696/";
|
url = "http://${ip}:9696";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -140,7 +140,7 @@ in
|
||||||
href = "http://${ip}:8989/";
|
href = "http://${ip}:8989/";
|
||||||
widget = {
|
widget = {
|
||||||
type = "sonarr";
|
type = "sonarr";
|
||||||
url = "http://${ip}:9696/";
|
url = "http://${ip}:9696";
|
||||||
key = config.sops.secrets.sonarr;
|
key = config.sops.secrets.sonarr;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -149,11 +149,11 @@ 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/api";
|
href = "http://${ip}:7878/";
|
||||||
widget = {
|
widget = {
|
||||||
type = "radarr";
|
type = "radarr";
|
||||||
key = config.sops.secrets.radarr;
|
key = config.sops.secrets.radarr;
|
||||||
url = "http://${ip}:7878/";
|
url = "http://${ip}:7878";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -237,7 +237,7 @@ in
|
||||||
"InfluxDB" = {
|
"InfluxDB" = {
|
||||||
icon = "influxdb";
|
icon = "influxdb";
|
||||||
description = "Traite les statistiques du serveur Proxmox";
|
description = "Traite les statistiques du serveur Proxmox";
|
||||||
href = "http://${ip}:8006";
|
href = "http://192.168.1.157:8086";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue