{"id":13450664,"url":"https://github.com/cornelk/gitlab2gitea","last_synced_at":"2025-03-17T11:30:39.300Z","repository":{"id":53375223,"uuid":"238437055","full_name":"cornelk/gitlab2gitea","owner":"cornelk","description":"Migration tool from GitLab to Gitea","archived":false,"fork":false,"pushed_at":"2025-01-14T23:31:46.000Z","size":145,"stargazers_count":28,"open_issues_count":3,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-27T23:06:24.201Z","etag":null,"topics":["gitea","gitlab","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cornelk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-05T11:43:48.000Z","updated_at":"2025-01-14T23:31:49.000Z","dependencies_parsed_at":"2024-06-19T01:46:56.145Z","dependency_job_id":"608c6329-6604-44d4-934b-e7bf85f335a9","html_url":"https://github.com/cornelk/gitlab2gitea","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornelk%2Fgitlab2gitea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornelk%2Fgitlab2gitea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornelk%2Fgitlab2gitea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cornelk%2Fgitlab2gitea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cornelk","download_url":"https://codeload.github.com/cornelk/gitlab2gitea/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243858056,"owners_count":20359271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitea","gitlab","go","golang"],"created_at":"2024-07-31T07:00:37.105Z","updated_at":"2025-03-17T11:30:38.854Z","avatar_url":"https://github.com/cornelk.png","language":"Go","funding_links":[],"categories":["Migration","Active projects"],"sub_categories":["Panel","Migration","Web Hosting"],"readme":"# gitlab2gitea [![Go Report Card](https://goreportcard.com/badge/cornelk/gitlab2gitea)](https://goreportcard.com/report/github.com/cornelk/gitlab2gitea)\n\nA command line tool build with Golang to migrate a [GitLab](https://gitlab.com/) project to [Gitea](https://gitea.io/).\n\nIt uses the exposed API of both systems to migrate following data of a project:\n\n* All open milestones\n* All labels\n* All open issues\n\nIt skips creation if an item already exists.\n\n## Installation\n\n```\ngo install github.com/cornelk/gitlab2gitea@latest\n```\n\nInstalling the tool from source code needs to have a recent version of [Golang](https://go.dev/) installed.\n\n## Usage\n\n```\n./gitlab2gitea --gitlabserver https://gitlab.domain.tld/ --gitlabtoken 12345 \\\n--giteaserver https://gitea.domain.tld/ --giteatoken 54321 \\\n--gitlabproject group/project --giteaproject group/project\n```\n\n## Options\n\n```\nMigrate labels, issues and milestones from GitLab to Gitea.\n\nUsage: gitlab2gitea --gitlabtoken GITLABTOKEN [--gitlabserver GITLABSERVER] --gitlabproject GITLABPROJECT --giteatoken GITEATOKEN --giteaserver GITEASERVER [--giteaproject GITEAPROJECT]\n\nOptions:\n  --gitlabtoken GITLABTOKEN\n                         token for GitLab API access\n  --gitlabserver GITLABSERVER\n                         GitLab server URL with a trailing slash\n  --gitlabproject GITLABPROJECT\n                         GitLab project name, use namespace/name\n  --giteatoken GITEATOKEN\n                         token for Gitea API access\n  --giteaserver GITEASERVER\n                         Gitea server URL\n  --giteaproject GITEAPROJECT\n                         Gitea project name, use namespace/name. defaults to GitLab project name\n  --help, -h             display this help and exit\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcornelk%2Fgitlab2gitea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcornelk%2Fgitlab2gitea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcornelk%2Fgitlab2gitea/lists"}