feat: implement basic migrator

This commit is contained in:
2024-09-27 14:39:13 +02:00
commit c4b0c32a88
2 changed files with 56 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# Description
Collection of scripts to migrate GitHub repositories to GitTea as mirrors.
# Environment Variables
API_RESPONSE_FILE="github-api-response.json"
GITEA_URL = "https://<your_domain>/api/v1/"
GITEA_USER = <gitea user>
GITEA_PASS = <gitea passwort, if you use external OIDC, you need to set on after logging in>
GITHUB_TOKEN = <github token created in developer settings with read_code & metadata>