Skip to content

Releases: katorlys/github-mirror-gitea

1.0.1

20 Sep 14:35
Compare
Choose a tag to compare

Changelog

⚙ Functions

  • Add option to skip mirroring private repositories

💻 Code

  • Increase items-per-page limit when fetching from GitHub API to avoid reaching its rate limit

Full Changelog: 1.0.0...1.0.1

1.0.0

15 Sep 13:18
987b2de
Compare
Choose a tag to compare

A Python script to mirror all of your GitHub repositories to your Gitea server, with multiple options. Using the migrate API provided by Gitea.

Dependencies

✔ Python 3

Changelog

⚙ Functions

  • Mirror owned, forked, starred, collaborator and organization repositories
  • Remove inexist repositories on Gitea
  • Remove repositories with the same name as the repositories to be mirrored
  • Whitelist or blacklist regex to choose which repositories to be mirrored

💻 Code

  • Use toml as configuration file
  • Can be run as Python script, Docker container and GitHub Actions

Full Changelog: 1.0.0