GitDeployHub

gaojiasheng/petopia

github.com/gaojiasheng/petopia ↗
Unknown stack
4 environment variables found in .env.example

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

  • MINIMAX_API_KEY secret Minimax(批量任务派发;用于把内容 md→JSON 等机械活外包给 Minimax)
  • MINIMAX_BASE_URL
  • MINIMAX_MODEL
  • MINIMAX_CHAT_PATH
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/gaojiasheng/petopia
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/gaojiasheng/petopia
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/gaojiasheng/petopia
Or deploy to a different host
← Try another repo