Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 530 Bytes

File metadata and controls

17 lines (11 loc) · 530 Bytes

github-forgejo-backup

Create Forgejo mirrors for all repos in your GitHub org.

Tokens

Generate the Forgejo token with the following command:

curl -H "Content-Type: application/json" \
  -d '{"name":"mirrors","scopes":["read:user","write:organization","write:issue","write:repository"]}' \
  -u 'sos-admin:PASSWORD' https://forgejo.cloudogu.com/api/v1/users/sos-admin/tokens

Forgejo mascot by David Revoy (CC-BY 4.0)