GitDeployHub

abetlen/tojam-2021

github.com/abetlen/tojam-2021 ↗
Unknown stack
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.

  • SIGNALING_SERVER_PORT
  • COTURN_PORT
  • COTURN_MIN_PORT
  • COTURN_MAX_PORT
  • COTURN_REALM
  • COTURN_USER
  • COTURN_PASSWORD secret
  • SIGNALING_WS_URL
  • TURN_SERVER_URLS
  • TURN_SERVER_USERNAME
  • TURN_SERVER_PASSWORD secret
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/abetlen/tojam-2021
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/abetlen/tojam-2021
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/abetlen/tojam-2021
Or deploy to a different host
← Try another repo