[Request] Murmur (server for Mumble voice chat)

Mumble is an “open source, low latency, high quality voice chat”, primarily used for gaming. It’s generally not difficult to deploy Murmur, the server for Mumble, but a Docker image that integrates with SWAG would make certificate management much easier.

Mumble

Have you check the following guide? https://www.linuxserver.io/blog/zero-trust-hosting-and-reverse-proxy-via-cloudflare-swag-and-authelia

I’ll post a compose file later on how to accomplish it!
Hopefully it helps!

1 Like

That guide seems to be describing something quite different from what I’m asking about, which is just using one server application with SWAG.

To answer my own question, first, there’s an official docker image for mumble-server, also known as Murmur.
https://hub.docker.com/r/mumblevoip/mumble-server

From the docs on the GitHub site, you can supply most configuration details as environment variables, including the TLS certificates to use.
https://wiki.mumble.info/wiki/Murmur.ini#sslCert_and_sslKey

And LinuxServer’s docs explain setting up the directory with certs from SWAG as a volume attached to another service.

So the work I was requesting is basically already done. (The official Murmur image isn’t built for ARM CPUs currently, just for amd64, but they should be available again soon.)

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.