initial COM1 gateway system blueprint
This commit is contained in:
23
caddy/Caddyfile.bak.20260117-161507
Normal file
23
caddy/Caddyfile.bak.20260117-161507
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
auto_https on
|
||||
}
|
||||
|
||||
grafana.hx-ki.com {
|
||||
reverse_proxy hxki-grafana:3000
|
||||
}
|
||||
|
||||
n8n.hx-ki.com {
|
||||
reverse_proxy hxki-n8n:5678
|
||||
}
|
||||
|
||||
mautic.hx-ki.com {
|
||||
reverse_proxy hxki-mautic:8080
|
||||
}
|
||||
|
||||
webui.hx-ki.com {
|
||||
respond 404
|
||||
}
|
||||
|
||||
mariadb.hx-ki.com, postgres.hx-ki.com {
|
||||
respond 403
|
||||
}
|
||||
Reference in New Issue
Block a user