Initial own-git docs, configs, scripts, and hardening pack

This commit is contained in:
PTah
2026-04-21 21:37:43 +10:00
commit f5899ebc56
25 changed files with 1843 additions and 0 deletions
+21
View File
@@ -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