gitlab-to-gitea/README.md

19 lines
452 B
Markdown
Raw Normal View History

2018-12-18 11:28:13 +00:00
# Gitlab to Gitea migration script.
This script uses the Gitlab and Gitea API's to migrate all data from
Gitlab to Gitea.
This script support migrating the following data:
2018-12-25 09:32:31 +00:00
- Repositories & Wiki (fork status is lost)
2018-12-18 11:28:13 +00:00
- Milestones
- Labels
2018-12-18 11:28:56 +00:00
- Issues (no comments)
2018-12-25 09:32:31 +00:00
- Users (no profile pictures)
2018-12-18 11:28:13 +00:00
- Groups
2018-12-18 11:28:56 +00:00
- Public SSH keys
2018-12-18 11:28:13 +00:00
## Usage
Change items in the config section of the script.
Install all dependencies and use python3 to execute the script.