GitDeployHub

ayush016/voicemockserver

github.com/ayush016/voicemockserver ↗
Unknown stack
11 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.

  • GEMINI_API_KEY secret ─── Gemini Configuration ─────────────────────────────────────────────────────
  • GEMINI_MODEL_NAME
  • GEMINI_INPUT_SAMPLE_RATE
  • GEMINI_OUTPUT_SAMPLE_RATE
  • GEMINI_ENABLE_AUDIO
  • HOST ─── Server Configuration ─────────────────────────────────────────────────────
  • PORT
  • LOG_LEVEL
  • APPLICATION_ID ─── Application Defaults ─────────────────────────────────────────────────────
  • WELCOME_MESSAGE
  • MANUAL_OVERRIDE_DEFAULT ─── Feature Flags ──────────────────────────────────────────────────────────── Set to true to start in manual override mode (won't…
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/ayush016/voicemockserver
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ayush016/voicemockserver
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ayush016/voicemockserver
Or deploy to a different host
← Try another repo