From 24c5ab3eea8ecb4a5de2840388ebf732338203ba Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 26 Aug 2024 11:26:27 +0200 Subject: [PATCH] (bug): fixed port --- features/server/containers/sonarr.nix | 2 +- features/server/services/homelab-dashboard.nix | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/features/server/containers/sonarr.nix b/features/server/containers/sonarr.nix index 116d279..3098639 100644 --- a/features/server/containers/sonarr.nix +++ b/features/server/containers/sonarr.nix @@ -24,7 +24,7 @@ "bazarr_data:/config" "/srv/Multimedia/DessinsAnime:/tv" ]; - ports = [ "6777:6777" ]; + ports = [ "6777:6767" ]; environment = { "PUID" = "1000"; "GUID" = "1000"; diff --git a/features/server/services/homelab-dashboard.nix b/features/server/services/homelab-dashboard.nix index 9783cd5..8aa225f 100644 --- a/features/server/services/homelab-dashboard.nix +++ b/features/server/services/homelab-dashboard.nix @@ -214,6 +214,19 @@ in }; }; } + { + "Bazarr anime" = { + icon = "bazarr"; + description = "Vérifie les sous titres des séries animées."; + href = "http://bazarr-anime.sisyphe.normandy.hypervirtual.world"; + widget = { + type = "bazarr"; + key = "{{HOMEPAGE_VAR_BAZARRANIME}}"; + url = "http://${ip}:6768"; + }; + + }; + } { "Transmission" = {