update
This commit is contained in:
parent
12ebcadd71
commit
afd56d878e
@ -22,7 +22,7 @@
|
|||||||
./modules/www
|
./modules/www
|
||||||
|
|
||||||
# jackflix
|
# jackflix
|
||||||
./modules/jackflix/jellyfin.nix
|
./modules/jackflix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
|
6
hosts/server/modules/jackflix/bazarr.nix
Normal file
6
hosts/server/modules/jackflix/bazarr.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
services.bazarr = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
}
|
1
hosts/server/modules/jackflix/default.nix
Normal file
1
hosts/server/modules/jackflix/default.nix
Normal file
@ -0,0 +1 @@
|
|||||||
|
{ imports = [ ./jellyfin.nix ./jellyseerr.nix ]; }
|
6
hosts/server/modules/jackflix/jellyseerr.nix
Normal file
6
hosts/server/modules/jackflix/jellyseerr.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
services.jellyseer = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
}
|
6
hosts/server/modules/jackflix/prowlarr.nix
Normal file
6
hosts/server/modules/jackflix/prowlarr.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
services.prowlarr = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
}
|
6
hosts/server/modules/jackflix/radarr.nix
Normal file
6
hosts/server/modules/jackflix/radarr.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
services.radarr = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
}
|
6
hosts/server/modules/jackflix/sonarr.nix
Normal file
6
hosts/server/modules/jackflix/sonarr.nix
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
services.sonarr = {
|
||||||
|
enable = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
|
}
|
@ -25,7 +25,17 @@ let
|
|||||||
"title": "Vaultwarden",
|
"title": "Vaultwarden",
|
||||||
"url": "https://vault.anotherhadi.com",
|
"url": "https://vault.anotherhadi.com",
|
||||||
"icon": ""
|
"icon": ""
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"title": "Jellyfin",
|
||||||
|
"url": "http://jack:8096",
|
||||||
|
"icon": ""
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"title": "Overseerr",
|
||||||
|
"url": "http://jack:8096",
|
||||||
|
"icon": ""
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -38,7 +48,7 @@ let
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Adguard Home",
|
"title": "Adguard Home",
|
||||||
"url": "http://192.168.2.24:3001",
|
"url": "http://jack:3001",
|
||||||
"icon": ""
|
"icon": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user