gkd订阅规则自动同步
| .forgejo/workflows | ||
| README.md | ||
gkd-mirror
通过 Forgejo Actions 每 6 小时同步一次
Lin-arm/GKD_subscription 的
dist/gkd.json5,并覆盖发布到固定的 latest Release。
订阅地址
https://git.pixhelf.com/adminroot/gkd-mirror/releases/download/latest/gkd.json5
该地址始终指向 latest Release 中最新同步的 gkd.json5,可以直接添加到 GKD。
自动同步
- 工作流会在推送到
main、每 6 小时的 UTC00:17、06:17、12:17、18:17,以及手动触发时运行。 - Release 标签和附件名始终为
latest与gkd.json5,因此订阅地址不会变化。 - 使用 Forgejo 自动提供的临时仓库令牌,不需要配置额外的 Secret。
- Forgejo Runner 使用
docker标签,推荐的默认环境为node:24-bookworm。