Session-gated MinIO save sync with AppImage GUI, CLI edit/session flow, and Gitea release helper. Co-authored-by: Cursor <[email protected]>
15 lines
632 B
Bash
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
|