Mirror GitHub single repos/users/orgas/starred repos to a Gitea or Forgejo instance.
Find a file
Jürgen Hötzel 37686e894e
Merge pull request #1 from orthros/fix-jq
fix: add "mirror" to jq result body
2021-09-11 07:15:11 +02:00
github2gitea-mirror fix: add "mirror" to jq result body 2021-09-10 14:30:56 -07:00
README.org Initial import 2020-06-20 15:04:04 +02:00

Mirror your starred Github repos to a Gitea organization

Inspiration for this script

Proposal: Mirror an entire github organization into gitea organization

I wanted to mirror my starred repos instead. Mirroring an organization is on the TODOs list.

Usage

Using GitHub user juergenhoetzel and Gitea organization githubmirror

  export ACCESS_TOKEN=3a765a661619136db92aa267d90c457573x98812
  export GITEA_URL=http://gitea.fritz.box:3000
  github2gitea-mirror  juergenhoetzel githubmirror

TODOs

  • Mirror github organization
  • Mirror private repos