giiibates/caddybuddy

By giiibates

Updated about 1 month ago

CaddyBuddy: a web UI for managing Caddy sites, certificates, and config.

Image
Networking
Web servers
0

1.1K

giiibates/caddybuddy repository overview

CaddyBuddy logo

GitHub Release Docker Pulls Docker Image Size
License Platform

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.

Image

docker pull giiibates/caddybuddy:latest

Supported platforms:

  • linux/amd64
  • linux/arm64

Quick Start

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

Documentation

Tag summary

Content type

Image

Digest

sha256:d570b4117

Size

75.4 MB

Last updated

about 1 month ago

docker pull giiibates/caddybuddy