adding n8n

This commit is contained in:
2025-10-17 12:35:19 -04:00
parent 1e85635e89
commit d35ba60c69
3 changed files with 45 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ frontend ContentSwitching
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
acl host_n8n hdr(host) -i n8n.tmmworkshop.com
use_backend audiobookshelf_nodes if host_audiobookshelf
use_backend cache_nodes if host_cache
@@ -40,6 +41,7 @@ frontend ContentSwitching
use_backend jellyfin if host_jellyfin
use_backend share_nodes if host_share
use_backend gcw_nodes if host_gcw
use_backend n8n if host_n8n
backend audiobookshelf_nodes
mode http
@@ -71,3 +73,7 @@ backend share_nodes
backend gcw_nodes
mode http
server server 127.0.0.1:8092
backend n8n
mode http
server server 127.0.0.1:5678