add immich to nfss

This commit is contained in:
Yan Lin 2026-02-15 20:57:56 +01:00
parent b9c7e96e1a
commit 545d7a0994
4 changed files with 301 additions and 1 deletions

View file

@ -16,10 +16,30 @@
routers = {
photo = {
rule = "Host(`photo.yanlincs.com`)";
service = "photo";
tls = {
certResolver = "cloudflare";
domains = [{
main = "*.yanlincs.com";
}];
};
};
};
services = {
photo = {
loadBalancer = {
serversTransport = "longTimeout";
servers = [{
url = "http://10.1.1.152:8080";
}];
};
};
};
};