.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
brew install flyctl && fly launch --from https://github.com/ankitclassicvision/cryto_trader_nofx
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ankitclassicvision/cryto_trader_nofx
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ankitclassicvision/cryto_trader_nofx