Fetch the repository succeeded.
推送到 Gitee 自动更新到其它平台的 Webhook 服务端
GAU 1.0.0 - Gitee Auto Update is a bot to do something useful for project on Gitee
Usage: Config your config.json and start GAU with command ./gau -c ./config.json &
Args:
-c Specify a config json
-h Help and quit
-v Show current version and quit
config/syncWhitelist
文件,按照格式将自己的仓库以及目标仓库加入GiteeAutoUpdate
用户加到对应仓库,并赋予写权限(目前仅在 Github 上创建了用户)http://139.162.89.15:6666/sync
(建设中)到 Gitee 仓库的 Push Hook你可以选择在自己的服务器上搭建一套GiteeAutoUpdate
git clone https://gitee.com/kesin/GiteeAutoUpdate.git
cd GiteeAutoUpdate
go build
./gau -c config/config.json
{
"Port": 6666, // 启动端口
"GiteePrivateToken": "xxxxxxxxxxx", // Gitee 的私人令牌,用于创建Issue和评论,同步结果
"IpWhitelist": [
"127.0.0.1" // 白名单过滤
],
"UpdateWhitelistToken": "xxxxxx", // 更新仓库白名单的 Token
"SyncUser": { // 要推送的平台的用户
"github.com": {
"username": "GiteeAutoUpdate",
"password": "xxxxxx"
},
"gitlab.com": {
"username": "GiteeAutoUpdate",
"password": "xxxxxxx"
}
}
}
欢迎提交更多其他 Hooks 功能的支持
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。