homepage: downloaders wip

This commit is contained in:
2024-09-06 00:36:38 -06:00
parent 3d66cc60d9
commit 7b90c4297c
3 changed files with 62 additions and 21 deletions

View File

@@ -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; }
];
}
];