Voice chat built to hook into any game
- Set up
.env
AUTH_TOKEN=password # Static authentication token used by users to connect
HOST=proximity.example.com # Where your backend is hosted - i.e. proximity.example.com- Set up a VPS
- Install docker and docker-compose
- Clone this repo
- Run
docker-compose buildanddocker-compose up
- Set up DNS records
Use Cloudflare for automatic SSL. Set SSL mode to Flexible.
If your HOST is set to proximity.example.com:
- An
Arecord onbackend-proximity.example.compointing to your server's IP - An
Arecord onproximity.example.compointing to your server's IP - An
Arecord onturn-proximity.example.compointing to your server's IP NOT PROXIED THROUGH CLOUDFLARE - An
AAAArecord onturn-proximity.example.compointing to your server's IPv6 NOT PROXIED THROUGH CLOUDFLARE