From 891b3d8cf2b5fe62a9a35133c1881577d10a8aa9 Mon Sep 17 00:00:00 2001 From: wcbing Date: Sat, 28 Dec 2024 12:13:16 +0800 Subject: [PATCH] add caddy --- README.md | 1 + data/github.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 738095a..530ace5 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ curl -fsSL https://packages.wcbing.top/deb/del.sh | sudo sh | [Neovim/Nvim](https://github.com/neovim/neovim-releases/releases) | neovim | ✅ | | | [Hiddify](https://github.com/hiddify/hiddify-app/releases) | hiddify | ✅ | | | [Cloudflare Tunnel](https://github.com/cloudflare/cloudflared/releases) | cloudflared | ✅ | ✅ | +| [Caddy](https://github.com/caddyserver/caddy/releases) | caddy | ✅ | ✅ | ### 合并自官方 repo diff --git a/data/github.json b/data/github.json index 7681558..9fe6e18 100644 --- a/data/github.json +++ b/data/github.json @@ -91,5 +91,12 @@ "cloudflared-linux-amd64.deb", "cloudflared-linux-arm64.deb" ] + }, + "caddy": { + "repo": "caddyserver/caddy", + "file_list": [ + "caddy_{stripped_version}_linux_amd64.deb", + "caddy_{stripped_version}_linux_arm64.deb" + ] } } \ No newline at end of file