Initial own-git docs, configs, scripts, and hardening pack
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# GitHub source
|
||||
GITHUB_TOKEN=ghp_xxx
|
||||
GITHUB_OWNER=your_github_user_or_org
|
||||
GITHUB_OWNER_TYPE=user
|
||||
|
||||
# Gitea target
|
||||
GITEA_URL=https://git.papatramp.ru
|
||||
GITEA_TOKEN=gitea_pat_xxx
|
||||
GITEA_OWNER=your_gitea_user_or_org
|
||||
GITEA_OWNER_TYPE=user
|
||||
|
||||
# Push strategy
|
||||
PUSH_WITH_SSH=true
|
||||
GITEA_SSH_HOST=git.papatramp.ru
|
||||
GITEA_SSH_PORT=2222
|
||||
# Required only for HTTPS push mode
|
||||
GITEA_USERNAME=your_gitea_username
|
||||
|
||||
# Optional behavior
|
||||
MIGRATE_LFS=true
|
||||
WORKDIR=./migration-workdir
|
||||
Reference in New Issue
Block a user