mirror of
https://github.com/FAUSheppy/gitea-migration.git
synced 2025-12-06 02:41:36 +01:00
11 lines
429 B
Markdown
11 lines
429 B
Markdown
# 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>
|