Remove home assistant

This commit is contained in:
Yan Lin 2025-09-19 16:35:13 +02:00
parent ba0c74e1a3
commit 735b66079d
3 changed files with 0 additions and 58 deletions

View file

@ -58,19 +58,6 @@
};
};
# Home Assistant
home = {
rule = "Host(`home.yanlincs.com`)";
entrypoints = "websecure";
service = "home";
tls = {
certResolver = "cloudflare";
domains = [{
main = "*.yanlincs.com";
}];
};
};
# Sonarr TV show management
sonarr = {
rule = "Host(`sonarr.yanlincs.com`)";
@ -211,15 +198,6 @@
};
};
# Home Assistant backend (via WireGuard)
home = {
loadBalancer = {
servers = [{
url = "http://10.2.2.20:8123";
}];
};
};
# Sonarr backend (via WireGuard)
sonarr = {
loadBalancer = {