20 lines
834 B
Markdown
20 lines
834 B
Markdown
# Caddy config mirrors
|
|
|
|
| File | Role |
|
|
|------|------|
|
|
| **`Caddyfile`** | Multi-vhost config mirror (`/etc/caddy/Caddyfile` on host) |
|
|
| `git.hacktivism.ch.caddy` | Site-block snippet for Forgejo |
|
|
| `Caddyfile.taler-host` | **Legacy** Taler-only sketch — do not deploy |
|
|
|
|
Also: `host/caddy/Caddyfile` (same as `Caddyfile` here).
|
|
|
|
## Monitoring static HTML (2026-07-18)
|
|
|
|
Handles for `/monitoring*` and `/taler-monitoring-*` live in this `Caddyfile` (prepared under `~/koopa-caddy/`).
|
|
They must appear **before** the merchant `reverse_proxy`.
|
|
|
|
Live install + www ACL (absolute path; as root `~` is `/root`):
|
|
`sudo /home/hernani/koopa-caddy/apply-monitoring-live.sh`
|
|
|
|
Bare mon redirs inside `handle` must be `redir * /path/ 302` (not `redir /path/ 302`).
|
|
See `2026/2026-07-18--monitoring-public-caddy.md` and ISSUES **I-09**.
|