GitDeployHub

zyf2007/chatapi

github.com/zyf2007/chatapi ↗
Unknown stack
7 environment variables found in backend/.env.example

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

  • CHATAPI_ADMIN_USERNAME Admin user credentials (auto-created on startup)
  • CHATAPI_ADMIN_PASSWORD secret
  • CHATAPI_DB_PATH
  • CHATAPI_DATA_DIR
  • CHATAPI_CORS_ORIGINS
  • CHATAPI_HOST
  • CHATAPI_PORT
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/zyf2007/chatapi
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/zyf2007/chatapi
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/zyf2007/chatapi
Or deploy to a different host
← Try another repo