Initial commit

This commit is contained in:
2026-06-03 17:33:19 +03:30
commit 9608342428
48 changed files with 3562 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# ─── امنیت (حتماً عوض کنید) ───
SECRET_KEY=change-me-to-a-long-random-string-min-32-chars
ADMIN_USERNAME=admin
ADMIN_PASSWORD=change-me-strong-password
# ─── دامنه ───
MIRROR_DOMAIN=mirror.itistan.ir
# ─── مسیرها (در container ثابت بماند) ───
HOST_ROOT=/host
DATA_DIR=/app/data
# ─── رفتار ───
ROLLBACK_MINUTES=15
AUTO_TEST_INTERVAL_MINUTES=30
FLASK_ENV=production
# ─── CLI روی host ───
MIRROR_CONTAINER_NAME=mirror-manager