GitDeployHub

abhi1693/openclaw-mission-control

github.com/abhi1693/openclaw-mission-control ↗
Unknown stack
14 environment variables found in .env.example

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

  • FRONTEND_PORT app ports (host)
  • BACKEND_PORT
  • POSTGRES_DB database
  • POSTGRES_USER
  • POSTGRES_PASSWORD secret
  • POSTGRES_PORT
  • BASE_URL backend settings (see backend/.env.example for full list) REQUIRED: Public URL the backend should advertise in generated…
  • CORS_ORIGINS For remote access, set this to your UI origin (e.g. http://<server-ip>:3000 or https://mc.example.com).
  • DB_AUTO_MIGRATE
  • LOG_LEVEL
  • REQUEST_LOG_SLOW_MS
  • AUTH_MODE
  • LOCAL_AUTH_TOKEN secret REQUIRED when AUTH_MODE=local (must be non-placeholder and at least 50 chars).
  • NEXT_PUBLIC_API_URL frontend settings REQUIRED: Public URL used by the browser to reach the API. Use `auto` to target the same host currently serving Mission…
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/abhi1693/openclaw-mission-control
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/abhi1693/openclaw-mission-control
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/abhi1693/openclaw-mission-control
Or deploy to a different host
← Try another repo