switch to use immich-go toolkit

This commit is contained in:
Yan Lin 2026-02-16 06:59:21 +01:00
parent cd186314cc
commit beaeecc5f2
9 changed files with 37 additions and 62 deletions

View file

@ -27,6 +27,17 @@
};
};
photo = {
rule = "Host(`photo.home.yanlincs.com`)";
service = "photo";
tls = {
certResolver = "cloudflare";
domains = [{
main = "*.home.yanlincs.com";
}];
};
};
};
services = {
@ -39,6 +50,15 @@
};
};
photo = {
loadBalancer = {
serversTransport = "longTimeout";
servers = [{
url = "http://127.0.0.1:8080";
}];
};
};
};
};