GitDeployHub

ankitclassicvision/cryto_trader_nofx

github.com/ankitclassicvision/cryto_trader_nofx ↗
Go
4 environment variables found in .env.example

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

  • NOFX_BACKEND_PORT Ports Configuration Backend API server port (internal: 8080, external: configurable)
  • NOFX_FRONTEND_PORT Frontend web interface port (Nginx listens on port 80 internally)
  • NOFX_TIMEZONE Timezone Setting System timezone for container time synchronization
  • NOFX_ADMIN_PASSWORD secret Admin password when admin_mode=true
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/ankitclassicvision/cryto_trader_nofx
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ankitclassicvision/cryto_trader_nofx
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ankitclassicvision/cryto_trader_nofx
Or deploy to a different host
← Try another repo