apt update && apt upgrade -y apt install gnupg curl apt-transport-https debian-keyring debian-archive-keyring -y curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg wget -qO - https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt | tee /etc/apt/sources.list.d/caddy.list apt update apt install caddy -y systemctl status caddy http://YOUR_SERVER_IP_ADDRESS
0ct0pu5.blog