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; enable = true;
openFirewall = true; openFirewall = true;
}; };

View File

@ -25,17 +25,42 @@ let
"title": "Vaultwarden", "title": "Vaultwarden",
"url": "https://vault.anotherhadi.com", "url": "https://vault.anotherhadi.com",
"icon": "" "icon": ""
}
]
}, },
{
"name": "Streaming",
"links": [
{ {
"title": "Jellyfin", "title": "Jellyfin",
"url": "http://jack:8096", "url": "http://jack:8096",
"icon": "󰅟" "icon": "󰅟"
}, },
{ {
"title": "Overseerr", "title": "Jellyseerr",
"url": "http://jack:8096", "url": "http://jack:8096",
"icon": "󰅟" "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": "󰅟"
}
] ]
}, },
{ {