koopa-admin-log/host/caddy/README.md
Hernâni Marques 02c5f97645
caddy: sync host/caddy mirror with full vhost map
host/caddy/Caddyfile was stale (Taler-only). Align with configs/caddy
including git.hacktivism.ch :9024 and forgejo-ssh note :9200.
2026-07-10 15:09:37 +02:00

19 lines
596 B
Markdown

# Host Caddy
Live: `/etc/caddy/Caddyfile` on koopa (root/`caddy` group).
Canonical mirror in this repo: **`configs/caddy/Caddyfile`** (same content as `host/caddy/Caddyfile`).
| Listen | Role |
|--------|------|
| **9000** | HTTP + ACME webroot + HTTPS redirect |
| **9001** | HTTPS vhosts |
Public sites: `taler` / `exchange` / `bank` / `castopod` / `bonfire` / `prime` / `bt` / **`git`**.
Forgejo HTTP: Caddy → `127.0.0.1:9024`. Git SSH is **host :9200** (not Caddy).
Validate/reload on host:
```bash
sudo caddy validate --config /etc/caddy/Caddyfile
sudo systemctl reload caddy
```