From b2b34fba1dd8c43e85cb74f8027d380cc1c9c76d Mon Sep 17 00:00:00 2001 From: wcbing Date: Sat, 5 Apr 2025 14:47:53 +0800 Subject: [PATCH] add code-server --- README.md | 1 + data/github.json | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 722a8e0..5374b29 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ | [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 | ✅ | ✅ | +| [code-server](https://github.com/coder/code-server/releases) | code-server | ✅ | ✅ | ### 合并自官方 repo diff --git a/data/github.json b/data/github.json index fb47b15..6a7adce 100644 --- a/data/github.json +++ b/data/github.json @@ -104,5 +104,12 @@ "file_list": { "all": "foliate_{releases_tag}_all.deb" } + }, + "code-server": { + "repo": "coder/code-server", + "file_list": { + "amd64": "code-server_{version}_amd64.deb", + "arm64": "code-server_{version}_arm64.deb" + } } } \ No newline at end of file