Add immich

This commit is contained in:
Yan Lin 2025-09-07 03:09:49 +02:00
parent ac0543e68c
commit 355bd0593d
2 changed files with 89 additions and 0 deletions

View file

@ -71,6 +71,16 @@
}];
};
};
immich = {
rule = "Host(`photo.hs.yanlincs.com`)";
service = "immich";
tls = {
certResolver = "cloudflare";
domains = [{
main = "*.hs.yanlincs.com";
}];
};
};
};
services = {
homeassistant = {
@ -80,6 +90,13 @@
}];
};
};
immich = {
loadBalancer = {
servers = [{
url = "http://localhost:5000";
}];
};
};
};
};
};