deluge -> aria2

This commit is contained in:
baduhai 2022-12-27 13:53:22 -03:00
parent 37a3dee02b
commit 392db1ecde
2 changed files with 7 additions and 8 deletions

View file

@ -138,18 +138,15 @@
locations."/".proxyPass = "http://127.0.0.1:9696";
};
deluge = {
aria2 = {
enable = true;
web.enable = true;
group = "hosted";
openFirewall = true;
downloadDir = "/data/aria";
};
nginx.virtualHosts."deluge.baduhai.me" = {
nginx.virtualHosts."aria2.baduhai.me" = {
useACMEHost = "baduhai.me";
forceSSL = true;
kTLS = true;
locations."/".proxyPass = "http://127.0.0.1:8112";
};
root = "${inputs.webui-aria2}/docs"; };
n8n.enable = true;
nginx.virtualHosts."n8n.baduhai.me" = {