adding homeassistant to tmmworkshop.com

This commit is contained in:
Richie Cahill 2024-08-11 18:22:24 -04:00
parent b514504178
commit 69f9a5a820

View File

@ -26,9 +26,11 @@ frontend ContentSwitching
# tmmworkshop.com # tmmworkshop.com
acl host_mirror hdr(host) -i mirror.tmmworkshop.com jeeves acl host_mirror hdr(host) -i mirror.tmmworkshop.com jeeves
acl host_uptime_kuma hdr(host) -i uptimekuma-jeevesjr.tmmworkshop.com 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 mirror_nodes if host_mirror
use_backend uptime_kuma_nodes if host_uptime_kuma use_backend uptime_kuma_nodes if host_uptime_kuma
use_backend home_asistant_nodes if host_homeassistant
# tmmworkshop.com # tmmworkshop.com
backend mirror_nodes backend mirror_nodes
@ -38,3 +40,7 @@ backend mirror_nodes
backend uptime_kuma_nodes backend uptime_kuma_nodes
mode http mode http
server server uptime_kuma:3001 server server uptime_kuma:3001
backend home_asistant_nodes
mode http
server server 192.168.95.35:8123