GitDeployHub

arpit-saxena/dashboardserver

github.com/arpit-saxena/dashboardserver ↗
Node.js API
9 environment variables found in .env.sample

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

  • GITHUB_CLIENT_ID
  • GITHUB_CLIENT_SECRET secret
  • JWT_SECRET secret
  • ADMIN_SECRET secret
  • MONGODB_URI secret
  • MONGODB_URI_LOCAL secret
  • PORT
  • ADMIN_ENTRY
  • ADMIN_PASS
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/arpit-saxena/dashboardserver
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/arpit-saxena/dashboardserver
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/arpit-saxena/dashboardserver
Or deploy to a different host
← Try another repo