Skip to content

rankenstein/mumble-web

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 57.4%
  • HTML 29.3%
  • CSS 13.3%