Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jarkt/docker-turnserver
A Docker container running the rfc5766-turnserver
https://github.com/jarkt/docker-turnserver
Last synced: 15 days ago
JSON representation
A Docker container running the rfc5766-turnserver
- Host: GitHub
- URL: https://github.com/jarkt/docker-turnserver
- Owner: jarkt
- License: mit
- Fork: true (Connectify/docker-turnserver)
- Created: 2017-01-02T16:18:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2014-02-13T11:27:36.000Z (over 10 years ago)
- Last Synced: 2024-07-03T09:23:28.689Z (4 months ago)
- Language: Shell
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
docker-turnserver
=================A Docker container running the rfc5766-turn-server
This project provides the necessary steps to build a Docker container based on Ubuntu 13.10 running the baseline turnserver package for the rfc5766-turn-server application that is present in the default repository. The Docker file will install rfc5766-turn-server as well as monit to monitor the turnserver process and openssh-server to provide an SSH server so that the container can be accessed remotely.
After the container is started up the startup.sh script that is run sets up a user named "docker" and autogenerates a password that can be retrieved via the docker log command on the host. It retrieves the public IP address from the hsot that would be expected to be used by external STUN and TURN clients and sets up a basic rfc5766-turn-server configuration. It then configures and starts monit and sshd.
The project provides default rfc5766-turn-server and monitrc configuration files that can be configured prior to the build. Once built, you will need to expose the proper ports from the command line or by modifying the Dockerfile to include an EXPOSE directive. Don't forget to specify /udp to expose UDP ports!