Skip to content

wayne666/gitlab2gs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gitlab2gs


Description

migrate gitlab to gogs tool

Installation

$ go get github.com/wayne666/gitlab2gs

Usage

gitlab2gs -config=/path/config.json

config file

If "gitlabProjects" is empty, all projects will be migrated
{
		"gitlabHost":     "https://gitlab.com",
		"gitlabApiPath": "/api/v3",
		"gitlabUser": "username",
		"gitlabPassword": "passwrod",
		"gitlabToken":    "xxxxx",
		"gitlabProjects": ["project1", "project2"],
		"gogsUrl": "gogs host url",
		"gogsToken": "yyyyyy",
		"gogsApiPath": "/api/v1"
}

AUTHOR

Written by WayneZhou, cumtxhzyy[at]gmail.com

COPYRIGHT

Copyright (c) 2016 WayneZhou. This library is free software; you can redistribute it and/or modify it.

Speical Thanks

I have learnt a lot from gitlab2gos, Thanks to ewoutp. I just add a field which can spcify projects you want to migrate.

About

migrate gitlab to gogs tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages