GitDeployHub

shubhamsaboo/multica

github.com/shubhamsaboo/multica ↗
Docker
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. (showing first 20, more exist in .env.example)

  • POSTGRES_DB Database
  • POSTGRES_USER
  • POSTGRES_PASSWORD secret
  • POSTGRES_PORT
  • DATABASE_URL secret
  • PORT Server
  • JWT_SECRET secret
  • MULTICA_SERVER_URL
  • MULTICA_APP_URL
  • MULTICA_DAEMON_CONFIG
  • MULTICA_WORKSPACE_ID
  • MULTICA_DAEMON_ID
  • MULTICA_DAEMON_DEVICE_NAME
  • MULTICA_DAEMON_POLL_INTERVAL
  • MULTICA_DAEMON_HEARTBEAT_INTERVAL
  • MULTICA_CODEX_PATH
  • MULTICA_CODEX_MODEL
  • MULTICA_CODEX_WORKDIR
  • MULTICA_CODEX_TIMEOUT
  • RESEND_API_KEY secret Email (Resend)
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/shubhamsaboo/multica
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/shubhamsaboo/multica
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/shubhamsaboo/multica
Or deploy to a different host
← Try another repo