kariru: add sabnzbd as a service
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
This commit is contained in:
parent
8e14be3e57
commit
13cf87e21e
1 changed files with 3 additions and 16 deletions
|
@ -38,29 +38,16 @@
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.sabnzbd.enable = true;
|
||||||
|
|
||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
whisparr = {
|
whisparr = {
|
||||||
image = "ghcr.io/hotio/whisparr:v3-b7c95ec";
|
image = "ghcr.io/hotio/whisparr:v3-b7c95ec";
|
||||||
ports = ["6969:6969"];
|
ports = ["6969:6969"];
|
||||||
volumes = [
|
volumes = [
|
||||||
"/var/lib/whisparr:/config"
|
"/var/lib/whisparr:/config"
|
||||||
"/stash:/data/stash"
|
"/stash:/media/stash"
|
||||||
"/media/downloads:/data/downloads"
|
|
||||||
];
|
|
||||||
extraOptions = ["--network=host"];
|
|
||||||
};
|
|
||||||
|
|
||||||
sabnzbd = {
|
|
||||||
image = "linuxserver/sabnzbd:nightly-version-8ef87881";
|
|
||||||
ports = ["9292:9292"];
|
|
||||||
environment = {
|
|
||||||
PUID = "1000";
|
|
||||||
PGID = "1000";
|
|
||||||
};
|
|
||||||
volumes = [
|
|
||||||
"/var/lib/sabnzbd:/config"
|
|
||||||
"/media/downloads:/media/downloads"
|
"/media/downloads:/media/downloads"
|
||||||
"/media/incomplete-downloads:/media/incomplete-downloads"
|
|
||||||
];
|
];
|
||||||
extraOptions = ["--network=host"];
|
extraOptions = ["--network=host"];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue