Files
SyncGames/deploy/docker/.env.example
T
DawnsorrowandCursor 0d6b0b2f80 Initial SyncGames tree: agent, Android, deploy, docs.
Session-gated MinIO save sync with AppImage GUI, CLI edit/session flow, and Gitea release helper.

Co-authored-by: Cursor <[email protected]>
2026-07-14 22:06:36 -05:00

15 lines
632 B
Bash

# MinIO root (Console login uses THESE — exact match)
MINIO_ROOT_USER=syncgamesadmin
MINIO_ROOT_PASSWORD=change-me-root-password-32chars
# === Console WebUI (required for login from your PC) ===
# Replace 192.168.1.50 with your NAS LAN IP (same host you put in the browser).
# After up, logs MUST show this IP — NOT example.com and NOT min.hisora.dev.
MINIO_SERVER_URL=http://192.168.1.50:9000
MINIO_BROWSER_REDIRECT_URL=http://192.168.1.50:9001
# SyncGames agents use Cloudflare HTTPS in agent.toml (separate from above).
SYNCGAMES_BUCKET=syncgames
APP_ACCESS_KEY=syncgamesagent
APP_SECRET_KEY=change-me-agent-secret-32chars