public-access-proxy: add home-assistant

This commit is contained in:
Sandro - 2023-04-08 21:28:43 +02:00
parent cc85d8f5a1
commit 8cc84e5f3d
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 0 deletions

View File

@ -140,6 +140,9 @@
} {
hostNames = [ "drone.hq.c3d2.de" ];
proxyTo.host = hostRegistry.drone.ip4;
} {
hostNames = [ "home-assistant.hq.c3d2.de" ];
proxyTo.host = hostRegistry.home-assistant.ip4;
} ];
};