host/caddy/Caddyfile was stale (Taler-only). Align with configs/caddy including git.hacktivism.ch :9024 and forgejo-ssh note :9200.
19 lines
596 B
Markdown
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
|
|
```
|