Post

Caddy

Caddy is a powerful, extensible platform to serve your sites, services, and apps, written in Go.

Caddy

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/caddy.sh)"
CPU: 1 cores RAM: 512 MB Disk: 6 GB OS: Debian 13

Alpine install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-caddy.sh)"
CPU: 1 cores RAM: 256 MB Disk: 3 GB OS: Alpine 3.23

Configuration

Config file:

1
/etc/caddy/Caddyfile

Notes

xcaddy needs to be updated manually after a caddy update!
if you need an internal module run: caddy add-package PACKAGENAME
if you need an external module run: xcaddy build --with github.com/caddy-dns/cloudflare

Web Interface

Port: 80

This post is licensed under CC BY 4.0 by the author.