CaddyBuddy: a web UI for managing Caddy sites, certificates, and config.
1.1K
CaddyBuddy is a lightweight web UI for managing a single Caddy installation.
It provides a dashboard, site management, a Caddyfile editor, SSL monitoring, onboarding, and secure defaults in one compact container image.
docker pull giiibates/caddybuddy:latest
Supported platforms:
linux/amd64linux/arm64Generate a strong session secret:
export CB_SECRET_KEY="$(head -c 32 /dev/urandom | base64)"
Then start CaddyBuddy with the example Compose file from the repository:
docker compose -f docker/docker-compose.yml.example up -d
The container expects access to your Caddy Admin API and a persistent data directory.
Content type
Image
Digest
sha256:d570b4117…
Size
75.4 MB
Last updated
about 1 month ago
docker pull giiibates/caddybuddy