1 Star 1 Fork 27

nxm/Gigrator

forked from K8sCat/Gigrator 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.py 609 Bytes
一键复制 编辑 原始数据 按行查看 历史
K8sCat 提交于 2019-07-23 19:16 . Feat: support gogs
# type Git服务器类型, 例如: gitee, github, gitlab, gitea, gogs, coding, 必填
# username 所在Git服务器的用户名, 必填
# token 用户所在Git服务器的授权令牌, 必填
# url Git服务器的访问地址, 例如: https://git.example.com (包括具体协议: http/https)
# 需要设置url的Git服务器有: gitlab, gitea, gogs, 其他Git服务器默认为空即可
# 迁移源Git服务器配置
source = {
'type': '',
'username': '',
'token': '',
'url': ''
}
# 迁移目的Git服务器配置
dest = {
'type': '',
'username': '',
'token': '',
'url': ''
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/nxm213/Gigrator.git
[email protected]:nxm213/Gigrator.git
nxm213
Gigrator
Gigrator
master

搜索帮助