homepage: downloaders wip
This commit is contained in:
@@ -46,19 +46,22 @@ in {
|
||||
services = [
|
||||
{
|
||||
"Multimedia" = [
|
||||
{ inherit (services) Jellyfin; }
|
||||
{ inherit (services) Audiobookshelf; }
|
||||
{ inherit (services) JellyfinPlaying; }
|
||||
{ inherit (services) Kavita; }
|
||||
{ inherit (services) jellyfin; }
|
||||
{ inherit (services) audiobookshelf; }
|
||||
{ inherit (services) jellyfinPlaying; }
|
||||
{ inherit (services) kavita; }
|
||||
];
|
||||
}
|
||||
{
|
||||
"Piracy" = [
|
||||
{ inherit (services) Sonarr; }
|
||||
{ inherit (services) Radarr; }
|
||||
{ inherit (services) Lidarr; }
|
||||
{ inherit (services) Bazarr; }
|
||||
{ inherit (services) Prowlarr; }
|
||||
{ inherit (services) sonarr; }
|
||||
{ inherit (services) radarr; }
|
||||
{ inherit (services) lidarr; }
|
||||
{ inherit (services) bazarr; }
|
||||
{ inherit (services) prowlarr; }
|
||||
{ inherit (services) sabnzb; }
|
||||
{ inherit (services) qbitMini; }
|
||||
{ inherit (services) qbitServer; }
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user