Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
deb13:caddy [2026/09/10 16:38] Bernard Condraudeb13:caddy [2026/09/10 16:40] (current) Bernard Condrau
Line 1: Line 1:
 ====== Caddy ====== ====== Caddy ======
 +===== Install =====
   * Add repository and install caddy<code>sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https curl   * 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
Line 7: Line 8:
 sudo apt update sudo apt update
 sudo apt install caddy</code> sudo apt install caddy</code>
 +
 +==== Links ====
 +  * [[https://caddyserver.com/docs/|Welcome to Caddy]]