change essd format

This commit is contained in:
Yan Lin 2026-02-04 20:52:55 +01:00
parent e38d822ef1
commit d47e7be637
2 changed files with 27 additions and 1 deletions

View file

@ -27,6 +27,17 @@
};
};
tv = {
rule = "Host(`tv.yanlincs.com`)";
service = "tv";
tls = {
certResolver = "cloudflare";
domains = [{
main = "*.yanlincs.com";
}];
};
};
};
services = {
@ -40,6 +51,14 @@
};
};
tv = {
loadBalancer = {
servers = [{
url = "http://nfss.yanlincs.com:32400";
}];
};
};
};
};