From 370b46aa29240140239c54c00aabe481a76c8b8c Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 14 Jun 2025 13:03:42 +0530 Subject: Add jellyseer --- modules/dashboard/default.nix | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'modules/dashboard') diff --git a/modules/dashboard/default.nix b/modules/dashboard/default.nix index d5ee353..196eab1 100644 --- a/modules/dashboard/default.nix +++ b/modules/dashboard/default.nix @@ -21,11 +21,11 @@ in color = "#AA5CC3"; } { - title = "Sonarr"; - key = "s"; - url = "http://sonarr.local"; - altUrl = "http://${settings.network.host}:${toString ports.sonarr}"; - color = "#4c82cf"; + title = "Jellyseer"; + key = "l"; + url = "http://jellyseerr.local"; + altUrl = "http://${settings.network.host}:${toString ports.jellyseerr}"; + color = "#5345e6"; } { title = "Radarr"; @@ -34,6 +34,13 @@ in altUrl = "http://${settings.network.host}:${toString ports.radarr}"; color = "#fcbd00"; } + { + title = "Sonarr"; + key = "s"; + url = "http://sonarr.local"; + altUrl = "http://${settings.network.host}:${toString ports.sonarr}"; + color = "#4c82cf"; + } { title = "Prowlarr"; key = "p"; -- cgit v1.3.1