GitDeployHub

adamkleingit/slackagent

github.com/adamkleingit/slackagent ↗
Python
11 environment variables found in .env.example

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

  • DATABASE_URL secret Database
  • REDIS_URL secret Redis
  • SLACK_BOT_TOKEN secret Slack
  • SLACK_SIGNING_SECRET secret
  • SLACK_APP_TOKEN secret
  • DEBUG Application
  • LOG_LEVEL
  • API_HOST
  • API_PORT
  • MCP_API_KEY secret MCP Configuration
  • MCP_API_URL
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/adamkleingit/slackagent
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/adamkleingit/slackagent
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/adamkleingit/slackagent
Or deploy to a different host
← Try another repo