From 8c966746a0e29add86cf5e839b20bd22b76c6303 Mon Sep 17 00:00:00 2001 From: harry Date: Tue, 16 Jul 2024 15:44:01 +0200 Subject: [PATCH] removed backslash at end of uris --- features/homelab-dashboard.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/features/homelab-dashboard.nix b/features/homelab-dashboard.nix index 12e0135..1df99a0 100644 --- a/features/homelab-dashboard.nix +++ b/features/homelab-dashboard.nix @@ -75,7 +75,7 @@ in "Jellyfin" = { icon = "jellyfin"; description = "Permet de regarder ou écouter du contenu."; - href = "http://${ip}:8096/"; + href = "http://${ip}:8096"; widget = { type = "jellyfin"; url = "http://${ip}:8096"; @@ -128,7 +128,7 @@ in widget = { type = "prowlarr"; key = config.sops.secrets.prowlarr; - url = "http://${ip}:9696/"; + url = "http://${ip}:9696"; }; }; } @@ -140,7 +140,7 @@ in href = "http://${ip}:8989/"; widget = { type = "sonarr"; - url = "http://${ip}:9696/"; + url = "http://${ip}:9696"; key = config.sops.secrets.sonarr; }; }; @@ -149,11 +149,11 @@ in "Radarr" = { icon = "radarr"; description = "Moteur de recherche pour les films"; - href = "http://${ip}:7878/api"; + href = "http://${ip}:7878/"; widget = { type = "radarr"; key = config.sops.secrets.radarr; - url = "http://${ip}:7878/"; + url = "http://${ip}:7878"; }; }; } @@ -237,7 +237,7 @@ in "InfluxDB" = { icon = "influxdb"; description = "Traite les statistiques du serveur Proxmox"; - href = "http://${ip}:8006"; + href = "http://192.168.1.157:8086"; }; } {