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