mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
feat(mediabox): forgot services, tunnel changes
This commit is contained in:
parent
15f5b7e9af
commit
f1018dfbff
5 changed files with 16 additions and 1 deletions
5
nixos/lidarr.nix
Normal file
5
nixos/lidarr.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
_: {
|
||||
services.lidarr = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
5
nixos/prowlarr.nix
Normal file
5
nixos/prowlarr.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
_: {
|
||||
services.prowlarr = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
5
nixos/readarr.nix
Normal file
5
nixos/readarr.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
_: {
|
||||
services.readarr = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -62,7 +62,6 @@ in {
|
|||
"lidarr.gensokyo.zone".service = "http://localhost:8686";
|
||||
"readarr.gensokyo.zone".service = "http://localhost:8787";
|
||||
"prowlarr.gensokyo.zone".service = "http://localhost:9696";
|
||||
"jackett.gensokyo.zone".service = "http://localhost:9117";
|
||||
"deluge.gensokyo.zone".service = "http://localhost:${toString config.services.deluge.web.port}";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -77,6 +77,7 @@ module "mediabox" {
|
|||
"radarr",
|
||||
"bazarr",
|
||||
"lidarr",
|
||||
"readarr",
|
||||
"radarr",
|
||||
"prowlarr",
|
||||
"tautulli",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue