Skip to content

Commit 72fd905

Browse files
committed
os: Update caddy to fix / endpoint
fairscope/PlanktoScope3#529
1 parent 8b71e83 commit 72fd905

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

os/caddy/justfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
setup:
2+
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/gpg.key' | sudo gpg --dearmor -o /usr/share/keyrings/caddy-stable-archive-keyring.gpg
3+
curl -1sLf 'https://dl.cloudsmith.io/public/caddy/stable/debian.deb.txt' | sudo tee /etc/apt/sources.list.d/caddy-stable.list
4+
sudo chmod o+r /usr/share/keyrings/caddy-stable-archive-keyring.gpg
5+
sudo chmod o+r /etc/apt/sources.list.d/caddy-stable.list
6+
sudo apt update
27
sudo apt install -y caddy
38
sudo cp Caddyfile /etc/caddy/
49
sudo systemctl reenable caddy

0 commit comments

Comments
 (0)