From abcd6eed44fc27e27c6750d69978e3c5165877d0 Mon Sep 17 00:00:00 2001 From: wcbing Date: Sat, 12 Apr 2025 18:31:05 +0800 Subject: [PATCH] add gitea --- README.md | 3 ++- data/repo_list.json | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2298de3..5c51830 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,8 @@ | [lazydocker: wcbing 打包](https://github.com/wcbing-build/lazydocker-debs) | lazydocker | ✅ | ✅ | | [lazygit: wcbing 打包](https://github.com/wcbing-build/lazygit-debs) | lazygit | ✅ | ✅ | | [NextTrace](https://github.com/nxtrace/nexttrace-debs) | nexttrace | ✅ | ✅ | -| [Debian 中文社区软件源](https://github.com/debiancn/repo) | anydesk
marktext
wps-office
[更多](https://github.com/debiancn/repo) | ✅ | | +| [Debian 中文社区软件源](https://github.com/debiancn/repo)([镜像](https://help.mirrors.cernet.edu.cn/debiancn/)) | anydesk
marktext
wps-office
[更多](https://github.com/debiancn/repo) | ✅ | | +| [Gitea](https://gitlab.com/packaging/gitea)([镜像](https://mirrors.ustc.edu.cn/help/packaging-gitea.html)) | gitea | ✅ | ✅ | ## 自建仓库 diff --git a/data/repo_list.json b/data/repo_list.json index 911fa24..96afc96 100644 --- a/data/repo_list.json +++ b/data/repo_list.json @@ -122,5 +122,12 @@ "path": { "amd64": "dists/bookworm/main/binary-amd64/Packages.gz" } + }, + "gitea": { + "repo": "https://mirrors.ustc.edu.cn/packaging-gitea/", + "path": { + "amd64": "dists/gitea/main/binary-amd64/Packages", + "arm64": "dists/gitea/main/binary-arm64/Packages" + } } } \ No newline at end of file