Gitlab to Gitea migration script. Moved to Github! https://github.com/h44z/gitlab_to_gitea
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.
Go to file
Christoph Haas b6301c3033 Apply password policy of gitea, fallback email address, display gitlab version 2020-05-29 08:54:31 +02:00
.gitignore first commit 2018-12-18 12:28:13 +01:00
LICENSE first commit 2018-12-18 12:28:13 +01:00
README.md document how to install via requirements.txt 2019-12-16 11:17:08 +01:00
gitea_import_actions.py Add comment 2019-01-01 11:08:59 +01:00
migrate.py Apply password policy of gitea, fallback email address, display gitlab version 2020-05-29 08:54:31 +02:00
requirements.txt add requirements.txt 2019-12-16 11:13:47 +01:00

README.md

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 (fork status is lost)
  • Milestones
  • Labels
  • Issues (no comments)
  • Users (no profile pictures)
  • Groups
  • Public SSH keys

Usage

Change items in the config section of the script.

Install all dependencies via python -m pip install -r requirements.txt and use python3 to execute the script.