Download Caddy
You can download Caddy from GitHub, where new releases are immediately published.
Using :
Using wget
:
wget "https://github.com/caddyserver/caddy/releases/latest/download/ASSET"
Docker
echo "deb [trusted=yes] https://apt.fury.io/caddy/ /" \
| sudo tee -a /etc/apt/sources.list.d/caddy-fury.list
sudo apt install caddy
Installing this package automatically starts and runs Caddy for you.
Fedora, RedHat, CentOS
Fedora or RHEL/CentOS 8:
yum install yum-plugin-copr
yum install caddy