docs: new root as prior history lost (orphan + GC); ~215 commits not recoverable

This commit is contained in:
Hernâni Marques 2026-07-13 10:12:00 +02:00
commit 96961f23f5
268 changed files with 24161 additions and 0 deletions

15
scripts/caddy/README.md Normal file
View file

@ -0,0 +1,15 @@
# Caddy on koopa
Live: **`/etc/caddy/Caddyfile`**.
Mirror: **`configs/caddy/Caddyfile`** (same as `host/caddy/Caddyfile`).
## Reload after edit
```bash
sudo caddy validate --config /etc/caddy/Caddyfile
sudo systemctl reload caddy
```
## New HTTPS vhost
Add a site block to the Caddyfile (live + mirror), then validate and reload. Include the host in the shared HTTP site list (ACME + redirect) at the bottom of the file.