Skip to main content

Caddy web server

v0.1.9

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.

8 allowed by default 2 need approval
Pack ID
caddy
Vendor
emisar
OS
linux
Actions
10
Required binaries. Install these on the host before relying on the pack — an action that calls a missing one fails at run time.
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

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