diff --git a/caddy.md b/caddy.md new file mode 100644 index 0000000..3569d4d --- /dev/null +++ b/caddy.md @@ -0,0 +1,8 @@ +apt install --no-install-recommends curl gpg + +curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg +curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | tee /etc/apt/sources.list.d/caddy-stable.list +chmod o+r /usr/share/keyrings/caddy-stable-archive-keyring.gpg +chmod o+r /etc/apt/sources.list.d/caddy-stable.list +apt update +apt install caddy