Connection lost
Trying to reconnect…
Server didn't respond
Recovering…
Caddy web server
v0.1.4Caddy 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.
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:d397036c7262805dc6d335e052318959067c7655b2f4d084cd25a1700640b157
sudo emisar pack install caddy \ --hash sha256:d397036c7262805dc6d335e052318959067c7655b2f4d084cd25a1700640b157 \ --dest /etc/emisar/packs # Reload so the runner re-reads the catalog: sudo systemctl reload emisar
Actions 11 total
View on GitHub-
tail caddy access log
-
caddy adapt --config <file>
-
GET /reverse_proxy (handler tree)
-
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