Caddy web server

v0.1.4

Caddy 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.

Pack ID
caddy
Vendor
emisar
OS
linux
Actions
11
Required binaries: caddy, curl. Actions that call a missing binary fail at run time — install these on the host before relying on the pack.

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

on the runner host
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