goodbye transmission, hello aria2
This commit is contained in:
parent
80c1d1b8b0
commit
1ce2a8175c
4 changed files with 2 additions and 25 deletions
|
|
@ -25,6 +25,8 @@
|
||||||
group = "hosted";
|
group = "hosted";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
aria2.enable = true;
|
||||||
|
|
||||||
jackett.enable = true;
|
jackett.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -27,29 +27,6 @@
|
||||||
"--pull=always"
|
"--pull=always"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"transmission" = {
|
|
||||||
image = "lscr.io/linuxserver/transmission:latest";
|
|
||||||
environment = {
|
|
||||||
PUID = "1000";
|
|
||||||
PGID = "100";
|
|
||||||
TRANSMISSION_WEB_HOME = "/flood-for-transmission/";
|
|
||||||
TZ = "America/Bahia";
|
|
||||||
};
|
|
||||||
volumes = [
|
|
||||||
"/data/transmission/config:/config"
|
|
||||||
"/data/transmission/downloads:/downloads"
|
|
||||||
"/data/transmission/watch:/watch"
|
|
||||||
];
|
|
||||||
ports = [
|
|
||||||
"${config.ports.flood}:9091"
|
|
||||||
"51413:51413"
|
|
||||||
"51413:51413/udp"
|
|
||||||
|
|
||||||
];
|
|
||||||
extraOptions = [
|
|
||||||
"--pull=always"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
"syncthing" = {
|
"syncthing" = {
|
||||||
image = "lscr.io/linuxserver/syncthing:1.20.4";
|
image = "lscr.io/linuxserver/syncthing:1.20.4";
|
||||||
environment = {
|
environment = {
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,6 @@
|
||||||
"bitwarden.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.vaultwarden}"; };
|
"bitwarden.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.vaultwarden}"; };
|
||||||
"cinny.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.cinny}"; };
|
"cinny.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.cinny}"; };
|
||||||
"detect.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.changedetection-io}"; };
|
"detect.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.changedetection-io}"; };
|
||||||
"flood.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.flood}"; };
|
|
||||||
"jackett.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.jackett}"; };
|
"jackett.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.jackett}"; };
|
||||||
"jellyfin.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.jellyfin}"; };
|
"jellyfin.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.jellyfin}"; };
|
||||||
"librespeed.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.librespeed}"; };
|
"librespeed.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.librespeed}"; };
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@ in
|
||||||
syncthing = mkStringOption "8006";
|
syncthing = mkStringOption "8006";
|
||||||
jellyfin = mkStringOption "8096";
|
jellyfin = mkStringOption "8096";
|
||||||
whoogle = mkStringOption "8007";
|
whoogle = mkStringOption "8007";
|
||||||
flood = mkStringOption "8008";
|
|
||||||
sonarr = mkStringOption "8989";
|
sonarr = mkStringOption "8989";
|
||||||
jackett = mkStringOption "9117";
|
jackett = mkStringOption "9117";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue