mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
added lazy_error_count to victron_modbuss.yaml and
removed HA from haproxy.cfg
This commit is contained in:
@@ -27,7 +27,6 @@ frontend ContentSwitching
|
||||
# tmmworkshop.com
|
||||
acl host_audiobookshelf hdr(host) -i audiobookshelf.tmmworkshop.com
|
||||
acl host_cache hdr(host) -i cache.tmmworkshop.com
|
||||
acl host_homeassistant hdr(host) -i homeassistant.tmmworkshop.com
|
||||
acl host_jellyfin hdr(host) -i jellyfin.tmmworkshop.com
|
||||
acl host_share hdr(host) -i share.tmmworkshop.com
|
||||
acl host_gcw hdr(host) -i gcw.tmmworkshop.com
|
||||
@@ -36,7 +35,6 @@ frontend ContentSwitching
|
||||
|
||||
use_backend audiobookshelf_nodes if host_audiobookshelf
|
||||
use_backend cache_nodes if host_cache
|
||||
use_backend homeassistant_nodes if host_homeassistant
|
||||
use_backend jellyfin if host_jellyfin
|
||||
use_backend share_nodes if host_share
|
||||
use_backend gcw_nodes if host_gcw
|
||||
@@ -51,10 +49,6 @@ backend cache_nodes
|
||||
mode http
|
||||
server server 127.0.0.1:5000
|
||||
|
||||
backend homeassistant_nodes
|
||||
mode http
|
||||
server server 192.168.90.35:8123
|
||||
|
||||
backend jellyfin
|
||||
option httpchk
|
||||
option forwardfor
|
||||
|
||||
Reference in New Issue
Block a user