APT Repository Available

Custom Caddy Build

Pre-built Caddy web server with essential plugins for DNS challenges, distributed storage, and compression. Ready to install via APT.

Loading build information...
- Plugins Included
100% Open Source
Auto HTTPS by Default

Why Use This Build?

๐ŸŽฏ

Production Optimized

Carefully selected plugins for real-world deployments with wildcard certificates, distributed storage, and optimal compression.

๐Ÿ”„

Always Updated

Automated builds ensure you get the latest stable Caddy version with security patches and plugin updates.

๐Ÿš€

Zero Downtime

Graceful reloads and hot config updates mean you never have to stop your server for configuration changes.

๐Ÿ”

Secure by Default

Automatic HTTPS with Let's Encrypt, modern TLS defaults, and battle-tested security configurations out of the box.

Included Plugins

Loading plugins...

Installation

Terminal
# Add GPG key for package verification
curl -fsSL https://caddy.devjugal.com/public.key | sudo gpg --dearmor -o /usr/share/keyrings/caddy-custom.gpg

# Add APT repository
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/caddy-custom.gpg] https://caddy.devjugal.com stable main" | sudo tee /etc/apt/sources.list.d/caddy-custom.list

# Update and install
sudo apt update && sudo apt install caddy

Migrating from Official Caddy?

One-liner

Automatically backs up your configs, disables the official repository, and switches to this custom build without data loss.

curl -fsSL https://caddy.devjugal.com/migrate.sh | sudo bash

Quick Start Examples