add deluge to nfss

This commit is contained in:
Yan Lin 2026-01-09 17:44:59 +01:00
parent cef82a0700
commit 1099ae5f77
2 changed files with 26 additions and 0 deletions

View file

@ -28,6 +28,17 @@
};
};
deluge = {
rule = "Host(`deluge.yanlincs.com`)";
service = "file";
tls = {
certResolver = "cloudflare";
domains = [{
main = "*.yanlincs.com";
}];
};
};
};
services = {
@ -48,6 +59,14 @@
};
};
deluge = {
loadBalancer = {
servers = [{
url = "http://nfss.yanlincs.com:8112";
}];
};
};
};
};