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]>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user