GitDeployHub

achellies/harneswarm

github.com/achellies/harneswarm ↗
Node.js API
18 environment variables found in .env.example

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

  • ANTHROPIC_API_KEY secret LLM Provider API Keys (至少配置一个)
  • OPENAI_API_KEY secret
  • GEMINI_API_KEY secret
  • DEEPSEEK_API_KEY secret
  • QWEN_API_KEY secret
  • PORT Server
  • HOST
  • JWT_SECRET secret Security
  • JWT_EXPIRY_SECONDS secret
  • DEV_MODE
  • DATA_DIR Storage
  • CONFIG_DIR
  • SKILLS_DIR
  • OTEL_EXPORTER_OTLP_ENDPOINT Observability
  • LOG_LEVEL
  • RATE_LIMIT_REQUESTS_PER_MINUTE Rate Limiting
  • RATE_LIMIT_BURST
  • MAX_TOKEN_BUDGET secret Token Budget
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/achellies/harneswarm
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/achellies/harneswarm
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/achellies/harneswarm
Or deploy to a different host
← Try another repo