add caddy

This commit is contained in:
wcbing 2024-12-28 12:13:16 +08:00
parent 08e9a63895
commit 891b3d8cf2
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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"
]
}
}