rankenstein / mumble-web

An HTML5 Mumble client, with a Dockerfile and websockify included

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mumble-web, a HTML5 mumble web client.

This image has websockify included, running under the same address as the web interface. Rather than asking the user for the address of the mumble server, this image automatically uses its own instance of websockify.

docker run -e MUMBLE_SERVER=mumble.rankenste.in:64738 -p 8080:8080 rankenstein/mumble-web

As MUMBLE_SERVER, specify the hostname and port of your mumble server. One way to run your own mumble server is to use mattikus/murmur.

This will run mumble-web on port 8080. To use HTTPS, use a reverse proxy such as nginx-proxy.

About

An HTML5 Mumble client, with a Dockerfile and websockify included


Languages

Language:JavaScript 57.4%Language:HTML 29.3%Language:CSS 13.3%