initial COM1 gateway system blueprint

This commit is contained in:
harald
2026-03-06 14:37:04 +00:00
commit 48cd0f8d3c
395 changed files with 29966 additions and 0 deletions

6
tools/caddy_fix.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
systemctl list-unit-files | grep -i caddy || true
systemctl list-units --type=service | grep -i caddy || true
which caddy || true
caddy version || true