GitDeployHub

adamholter/discord-codex-control-plane

github.com/adamholter/discord-codex-control-plane ↗
Node.js API
13 environment variables found in .env.example

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

  • DISCORD_TOKEN secret
  • DISCORD_CLIENT_ID
  • DISCORD_GUILD_ID
  • DEFAULT_AGENT Default routing.
  • DEFAULT_MACHINE
  • DEFAULT_CWD
  • CODEX_BIN
  • CODEX_MODEL
  • CODEX_EFFORT
  • AGENTS_CHANNEL_NAME Optional channel names. The bot will create them if it has Manage Channels.
  • RUNS_CHANNEL_NAME
  • MACHINE_STATUS_CHANNEL_NAME
  • DATA_DIR Runtime storage.
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/adamholter/discord-codex-control-plane
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/adamholter/discord-codex-control-plane
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/adamholter/discord-codex-control-plane
Or deploy to a different host
← Try another repo