GitDeployHub

auroranest/github-repo-pulse

github.com/auroranest/github-repo-pulse ↗
Node.js API
20 environment variables found in .env.example

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

  • NODE_ENV RepoPulse placeholder configuration. Do not put production secrets here.
  • APP_URL
  • SESSION_SECRET secret
  • ADMIN_EMAIL
  • ADMIN_PASSWORD secret
  • MYSQL_DATABASE MySQL is the first-class backend for this implementation.
  • MYSQL_USER
  • MYSQL_PASSWORD secret
  • MYSQL_ROOT_PASSWORD secret
  • MYSQL_PORT
  • APP_PORT
  • DATABASE_URL secret
  • GITHUB_TOKEN secret GitHub integration. Leave empty to show a configuration-required empty state. Set MOCK_GITHUB=true only when you explicitly want demo data.
  • GITHUB_API_BASE_URL
  • MOCK_GITHUB
  • SYNC_CONCURRENCY
  • AI_ENABLED Optional AI provider. Leave disabled for rule-based reports.
  • AI_BASE_URL
  • AI_API_KEY secret
  • AI_MODEL
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/auroranest/github-repo-pulse
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/auroranest/github-repo-pulse
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/auroranest/github-repo-pulse
Or deploy to a different host
← Try another repo