ABOUT
Caddy is a powerful, extensible platform to serve your sites, services, and apps, written in Go.
warningxcaddy needs to be updated manually after a caddy update!
warningif you want to use xcaddy, modify RAM to 2048MB, before or during installation.
infoif you need an internal module run: `caddy add-package PACKAGENAME`
infoif you need an external module run: `xcaddy build --with github.com/caddy-dns/cloudflare`
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU512 MB RAM6 GB disk
Config path/etc/caddy/Caddyfile
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/caddy.sh'; sha='cedbf97d821d8c5454ae053110751911c40ac42c4e9c8fa48ae12edc40eef2ed'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/caddy.shSHA-256 cedbf97d821d8c5454ae053110751911c40ac42c4e9c8fa48ae12edc40eef2ed alpineAlpine 3.24
Approved locally1 CPU256 MB RAM3 GB disk
Config path/etc/caddy/Caddyfile
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/alpine-caddy.sh'; sha='7dbc6b85de9da622464b56180832421137aea16dd9885b4044b00b52060d06a8'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/alpine-caddy.shSHA-256 7dbc6b85de9da622464b56180832421137aea16dd9885b4044b00b52060d06a8 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.