mirror of
https://github.com/FAUSheppy/gitea-migration.git
synced 2025-12-09 11:48:32 +01:00
feat: implement basic migrator
This commit is contained in:
10
README.md
Normal file
10
README.md
Normal 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>
|
||||
Reference in New Issue
Block a user