initial COM2 system snapshot
This commit is contained in:
6
caddy/Caddyfile
Normal file
6
caddy/Caddyfile
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
admin 127.0.0.1:2019
|
||||
auto_https off
|
||||
}
|
||||
|
||||
import /etc/caddy/routes/client/*.caddy
|
||||
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
|
||||
}
|
||||
1
caddy/data/caddy/instance.uuid
Normal file
1
caddy/data/caddy/instance.uuid
Normal file
@@ -0,0 +1 @@
|
||||
1ad20f87-fc73-4857-a334-84e69d457d15
|
||||
1
caddy/data/caddy/last_clean.json
Normal file
1
caddy/data/caddy/last_clean.json
Normal file
@@ -0,0 +1 @@
|
||||
{"tls":{"timestamp":"2026-03-04T10:38:23.025594499Z","instance_id":"1ad20f87-fc73-4857-a334-84e69d457d15"}}
|
||||
3
caddy/routes/client/00-health.caddy
Normal file
3
caddy/routes/client/00-health.caddy
Normal file
@@ -0,0 +1,3 @@
|
||||
:443 {
|
||||
respond "COM2 Client alive" 200
|
||||
}
|
||||
Reference in New Issue
Block a user