This repository has been archived on 2021-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
gitlab_to_gitea/README.md

19 lines
408 B
Markdown
Raw Normal View History

2018-12-18 12:28:13 +01: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:
- Repositories & Wiki
- Milestones
- Labels
2018-12-18 12:28:56 +01:00
- Issues (no comments)
2018-12-18 12:28:13 +01:00
- Users
- Groups
2018-12-18 12:28:56 +01:00
- Public SSH keys
2018-12-18 12:28:13 +01:00
## Usage
Change items in the config section of the script.
Install all dependencies and use python3 to execute the script.