Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
Caddy web server
v0.1.9Caddy v2 ops via its admin API (default http://127.0.0.1:2019) and CLI. Config dump, upstream health, PKI inventory, config validation, plus reload (live config swap). Set CADDY_ADMIN env var if not on default.
caddy
curl
Install
emisar pack install
validates the pack and verifies its content hash before copying it into /etc/emisar/packs.
The --hash
below pins the
install to the exact bytes on this page — a tampered copy is rejected. After
install, reload the runner; it re-reads the catalog and advertises every action.
content hash: sha256:67b7b8e59ddeb947987978f65dbcd9a060778620626b79b7953600b72b0b94f2
sudo emisar pack install caddy \ --hash sha256:67b7b8e59ddeb947987978f65dbcd9a060778620626b79b7953600b72b0b94f2 \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 10 total
View on GitHub-
tail caddy access log
-
caddy adapt --config <file>
-
GET /config (current config)
-
GET /pki/ca/<id>/certificates
-
caddy reload --config <file>
-
GET /reverse_proxy/upstreams
-
GET /metrics (Prometheus exposition)
-
caddy stop
-
caddy validate --config <file>
-
caddy version