initial COM2 system snapshot

This commit is contained in:
gitea
2026-03-06 15:22:40 +00:00
commit 9c0fa49baf
4377 changed files with 273033 additions and 0 deletions

6
caddy/Caddyfile Normal file
View File

@@ -0,0 +1,6 @@
{
admin 127.0.0.1:2019
auto_https off
}
import /etc/caddy/routes/client/*.caddy

View 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
}

View File

@@ -0,0 +1 @@
1ad20f87-fc73-4857-a334-84e69d457d15

View File

@@ -0,0 +1 @@
{"tls":{"timestamp":"2026-03-04T10:38:23.025594499Z","instance_id":"1ad20f87-fc73-4857-a334-84e69d457d15"}}

View File

@@ -0,0 +1,3 @@
:443 {
respond "COM2 Client alive" 200
}