initial COM2 system snapshot
This commit is contained in:
32
caddy/Caddyfile.bak_website_20251127_003316
Normal file
32
caddy/Caddyfile.bak_website_20251127_003316
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
email admin@hx-ki.com
|
||||
}
|
||||
|
||||
caddy.hx-ki.com {
|
||||
respond "HX-KI Falkenstein – Caddy läuft." 200
|
||||
}
|
||||
|
||||
gitea.hx-ki.com {
|
||||
reverse_proxy hxki-gitea:3000
|
||||
}
|
||||
|
||||
grafana.hx-ki.com {
|
||||
reverse_proxy hxki-grafana:3000
|
||||
}
|
||||
|
||||
mautic.hx-ki.com {
|
||||
reverse_proxy hxki-mautic:80
|
||||
}
|
||||
|
||||
n8n.hx-ki.com {
|
||||
reverse_proxy hxki-n8n:5678
|
||||
}
|
||||
|
||||
syncthing.hx-ki.com {
|
||||
reverse_proxy hxki-syncthing:8384
|
||||
}
|
||||
|
||||
webui.hx-ki.com {
|
||||
# OpenWebUI läuft im Container normalerweise auf 8080
|
||||
reverse_proxy hxki-openwebui:8080
|
||||
}
|
||||
Reference in New Issue
Block a user