Initial commit

This commit is contained in:
sonix 2026-03-22 09:43:45 +00:00 committed by sonix
commit 309b240cdc
12 changed files with 738 additions and 0 deletions

13
.env.example Normal file
View file

@ -0,0 +1,13 @@
# Azure DevOps Configuration
AZURE_ORG=your-organization
AZURE_PAT=your-personal-access-token
# Forgejo Configuration
FORGEJO_URL=https://git.yourdomain.com
FORGEJO_TOKEN=your-forgejo-token
FORGEJO_OWNER=target-username-or-org
# Migration Settings
MIRROR_INTERVAL=8h
CONCURRENT_MIGRATIONS=3
DRY_RUN=false