The basics: make
, node
, npm
Download the latest version of Caddy for your operating system from Caddy's GitHub Releases page.
# Example: Caddy v2.9.1 for Ubuntu
wget https://github.com/caddyserver/caddy/releases/download/v2.9.1/caddy_2.9.1_linux_amd64.tar.gz -O- | tar -xz caddy
Then put the new caddy
binary somewhere on your $PATH
.