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

View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -euo pipefail
echo "==> Stoppe Falkenstein-Services (Caddy zuerst, dann HX-KI) ..."
cd /opt/hx-caddy
docker compose down
cd /opt/hx-ki/docker
docker compose down
echo "==> Alle Falkenstein-Services sind gestoppt."