add project setup: gitignore, env sample, readme

This commit is contained in:
2026-03-25 10:13:31 +01:00
commit 335abbfa2f
3 changed files with 131 additions and 0 deletions

14
.env.sample Normal file
View File

@@ -0,0 +1,14 @@
# GCP
YOUR_PROJECT=""
BUCKET_NAME=""
BUCKET_REGION=""
SOURCE_PROJECT=""
PARALLEL_EXPORTS=""
# Hetzner Object Storage (S3-compatible)
HETZNER_S3_BUCKET=""
HETZNER_S3_ENDPOINT=""
S3_CONCURRENCY=""
PARALLEL_UPLOADS=""
AWS_ACCESS_KEY_ID=""
AWS_SECRET_ACCESS_KEY=""