Add nextcloud stack

This commit is contained in:
Yan Lin 2025-09-07 10:53:51 +02:00
parent cb9f29154f
commit ae341630bd
2 changed files with 69 additions and 0 deletions

View file

@ -171,6 +171,16 @@
}];
};
};
cloud = {
rule = "Host(`cloud.hs.yanlincs.com`)";
service = "cloud";
tls = {
certResolver = "cloudflare";
domains = [{
main = "*.hs.yanlincs.com";
}];
};
};
};
services = {
homeassistant = {
@ -250,6 +260,13 @@
}];
};
};
cloud = {
loadBalancer = {
servers = [{
url = "http://localhost:5001";
}];
};
};
};
};
};