diff --git a/systems/jeeves-jr/docker/haproxy.cfg b/systems/jeeves-jr/docker/haproxy.cfg index 493cc6d..67f6b58 100644 --- a/systems/jeeves-jr/docker/haproxy.cfg +++ b/systems/jeeves-jr/docker/haproxy.cfg @@ -26,9 +26,11 @@ frontend ContentSwitching # tmmworkshop.com acl host_mirror hdr(host) -i mirror.tmmworkshop.com jeeves acl host_uptime_kuma hdr(host) -i uptimekuma-jeevesjr.tmmworkshop.com + acl host_homeassistant hdr(host) -i homeassistant.tmmworkshop.com use_backend mirror_nodes if host_mirror use_backend uptime_kuma_nodes if host_uptime_kuma + use_backend home_asistant_nodes if host_homeassistant # tmmworkshop.com backend mirror_nodes @@ -38,3 +40,7 @@ backend mirror_nodes backend uptime_kuma_nodes mode http server server uptime_kuma:3001 + +backend home_asistant_nodes + mode http + server server 192.168.95.35:8123