Simplify Caddy configs with SSL, proxies, file servers, security headers, compression & more.
50K+
CaddyGen provides a user-friendly web interface for generating Caddy server configurations. Easily create and manage reverse proxy and file server setups with built-in support for SSL, compression, security headers, and much more.
Pull and run the latest Docker image:
docker pull wardy784/caddygen:latest
docker run -d --restart unless-stopped -p 8189:80 wardy784/caddygen:latest
Access CaddyGen at http://localhost:8189.
Simplify deployment with Docker Compose. Use this configuration:
version: '3.8'
services:
app:
image: wardy784/caddygen:latest
ports:
- "8189:80"
restart: unless-stopped
container_name: caddygen
Start the container:
docker compose up -d
Prefer to build the image yourself? Use:
docker build -t caddygen .
docker run -p 8189:80 caddygen
CaddyGen is released under the MIT License. Feel free to use, modify, and distribute it!
Content type
Image
Digest
sha256:f64af70c0…
Size
19.6 MB
Last updated
over 1 year ago
docker pull wardy784/caddygenPulls:
2,459
Jul 6 to Jul 12