Session 0013: Infrastructure Repo & Ops CLI Bootstrap

Date: 2026-02-20 Status: Completed Origin: MDF Webseiten session 0018


Work Done

Repo Structure Created

``` infrastructure/ ├── ops # The ops CLI (bash) ├── servers/hetzner-vps/ │ ├── registry.yaml # 5 projects defined │ ├── traefik/dynamic/ # Traefik configs captured │ ├── bootstrap/ # Coolify service payloads │ ├── scaffolding/ # Shell aliases, SSH hardening, venv setup │ ├── systemd/ # 6 timer/service units │ └── install.sh # Full fresh server setup script ├── monitoring/ │ ├── healthcheck.sh │ ├── ops-healthcheck.service │ └── ops-healthcheck.timer └── docs/architecture.md ```

Key Decisions / Learnings

Files Changed


Tags: #Session #OpsCLI #Infrastructure