- upgrade.sh/rollback.sh: backup→pull→rolling restart→healthcheck→auto-rollback - backup.sh/restore.sh: mysqldump+redis BGSAVE+config tar, SHA256 manifest, restore with checksum verification - healthcheck.sh: Docker/container/MySQL/Redis/HTTP/disk checks, JSON output to .deploy-state/ - doctor.sh: sanitized diagnostics archive, vendor API TCP connectivity, cert expiry - export-offline-bundle.sh: docker pull+save for all profile images, load-images.sh, SHA256 - configure.sh: interactive/non-interactive mode, MySQL/Redis mode selection, domain prompts - enable-service.sh: domain validation, docker pull + compose up, healthcheck - disable-service.sh: compose stop+rm, profile removal, render-config - renew-cert.sh: acme.sh/certbot, --dry-run, backup old cert, nginx reload on success - alert-webhook.sh: WeCom/DingTalk/Feishu webhook, message sanitization - bench.sh: ab/wrk/curl benchmark, JSON report with docker stats - rotate-secrets.sh: JWT and internal token rotation - vendor credential templates: push.env and store-submit.env with full credential comments - render-config.sh: auto-sync SDK URL env vars (SDK_FILE_SERVICE_URL, SDK_IM_API_URL, SDK_IM_WS_URL) - All scripts pass bash -n syntax check Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
29 行
707 B
Bash
29 行
707 B
Bash
# ========== Huawei AppGallery Connect ==========
|
|
HUAWEI_STORE_ENABLED=false
|
|
# HUAWEI_STORE_CLIENT_ID=
|
|
# HUAWEI_STORE_CLIENT_SECRET=
|
|
# HUAWEI_STORE_APP_ID=
|
|
|
|
# ========== Xiaomi Developer Platform ==========
|
|
MI_STORE_ENABLED=false
|
|
# MI_STORE_USERNAME=
|
|
# MI_STORE_PASSWORD=
|
|
# MI_STORE_APP_ID=
|
|
|
|
# ========== OPPO Open Platform ==========
|
|
OPPO_STORE_ENABLED=false
|
|
# OPPO_STORE_CLIENT_ID=
|
|
# OPPO_STORE_CLIENT_SECRET=
|
|
# OPPO_STORE_PKG_NAME=
|
|
|
|
# ========== vivo Open Platform ==========
|
|
VIVO_STORE_ENABLED=false
|
|
# VIVO_STORE_ACCESS_KEY=
|
|
# VIVO_STORE_ACCESS_SECRET=
|
|
|
|
# ========== Honor Developer Center ==========
|
|
HONOR_STORE_ENABLED=false
|
|
# HONOR_STORE_CLIENT_ID=
|
|
# HONOR_STORE_CLIENT_SECRET=
|
|
# HONOR_STORE_APP_ID=
|