This commit is contained in:
Hadi 2024-06-23 18:26:25 +02:00
parent afd56d878e
commit a4f74f5fe7
2 changed files with 28 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
services.jellyseer = {
services.jellyseerr = {
enable = true;
openFirewall = true;
};

View File

@ -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": "󰅟"
}
]
},
{