diff --git a/hosts/server/modules/jackflix/jellyseerr.nix b/hosts/server/modules/jackflix/jellyseerr.nix index 595cae4..7efbc34 100644 --- a/hosts/server/modules/jackflix/jellyseerr.nix +++ b/hosts/server/modules/jackflix/jellyseerr.nix @@ -1,5 +1,5 @@ { - services.jellyseer = { + services.jellyseerr = { enable = true; openFirewall = true; }; diff --git a/hosts/server/modules/www/home.anotherhadi.com.nix b/hosts/server/modules/www/home.anotherhadi.com.nix index 36703b7..b74a62f 100644 --- a/hosts/server/modules/www/home.anotherhadi.com.nix +++ b/hosts/server/modules/www/home.anotherhadi.com.nix @@ -25,17 +25,42 @@ let "title": "Vaultwarden", "url": "https://vault.anotherhadi.com", "icon": "" - }, + } + ] + }, + { + "name": "Streaming", + "links": [ { "title": "Jellyfin", "url": "http://jack:8096", "icon": "󰅟" }, { - "title": "Overseerr", + "title": "Jellyseerr", "url": "http://jack:8096", "icon": "󰅟" }, + { + "title": "Radarr", + "url": "http://jack:8096", + "icon": "󰅟" + }, + { + "title": "Sonarr", + "url": "http://jack:8096", + "icon": "󰅟" + }, + { + "title": "Bazarr", + "url": "http://jack:8096", + "icon": "󰅟" + }, + { + "title": "Prowlarr", + "url": "http://jack:8096", + "icon": "󰅟" + } ] }, {