Skip to content

pexip/rp-turn

Repository files navigation

Pexip Reverse Proxy and TURN Server

The administration documentation for this device is available on the official Pexip docs site.

Building from source

A general overview for building include; picking an OS base, invoking cloud-init from the virtualization platform of your choice, and waiting for the virtual machine to boot, configure itself and shut itself down.

Supported and tested base operating systems:

Each cloud provider/virtualization platform has a unique method of creating a virtual machine and applying configuration with cloud-init. See the links listed below for specific documentation on this process for platforms we have tested. Other cloud providers/virtualization platforms may work too but have not yet been tested.

Developer guide

This part of the README is for those wishing to customize/improve the Pexip Reverse Proxy/TURN server. There are two parts to the repo, the Python based installwizard and the Ansible + Cloud-init configuration. Depending on the change, you may need to look at either one or both sections.

installwizard Python application

TODO

Ansible + Cloud-init configuration

TODO