GitDeployHub

tian136700/quant-rsi-monitor

github.com/tian136700/quant-rsi-monitor ↗
Node.js API
10 environment variables found in backend/.env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • PORT Server
  • FRONTEND_ORIGIN
  • SQLITE_DB_PATH Database
  • RSI_REFRESH_CRON Scheduler (cron, UTC)
  • RSI_ALERT_THRESHOLD
  • HTTP_TIMEOUT_SEC HTTP client
  • HTTP_MAX_RETRIES
  • LOG_DIR Logging
  • TELEGRAM_BOT_TOKEN secret Telegram (optional)
  • TELEGRAM_CHAT_ID
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/tian136700/quant-rsi-monitor
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/tian136700/quant-rsi-monitor
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/tian136700/quant-rsi-monitor
Or deploy to a different host
← Try another repo