Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
deb13:caddy [2026/09/10 15:48] – created Bernard Condraudeb13:caddy [2026/09/10 16:40] (current) Bernard Condrau
Line 1: Line 1:
 ====== Caddy ====== ====== Caddy ======
-sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https curl+===== Install ===== 
 +  * Add repository and install caddy<code>sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https curl
 curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg
 curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list
Line 6: Line 7:
 sudo chmod o+r /etc/apt/sources.list.d/caddy-stable.list sudo chmod o+r /etc/apt/sources.list.d/caddy-stable.list
 sudo apt update sudo apt update
-sudo apt install caddy+sudo apt install caddy</code> 
 + 
 +==== Links ==== 
 +  * [[https://caddyserver.com/docs/|Welcome to Caddy]]