Some checks failed
continuous-integration/drone/pr Build is failing
mumble
Low latency, high quality voice chat application.
- Category: Apps
- Status: 2, beta
- Image: mumblevoip/mumble-server, 1, upstream
- Healthcheck: Yes
- Backups: Yes
- Email: N/A
- Tests: No
- SSO: N/A
Basic usage
- Set up Docker Swarm and
abra abra app new mumble --server <SERVER> --domain <YOURDOMAIN>abra app secret generate <YOURDOMAIN> --allabra app deploy <YOURDOMAIN>- Connect with a Mumble client to port 64738 on your domain
Networking
Mumble uses its own protocol (not HTTP), so port 64738 TCP+UDP is published directly on the host. No Traefik configuration is needed for the voice server. Make sure port 64738 is open in your firewall for both TCP and UDP.
Superuser
A superuser password is generated as a Docker secret (su_password) during
setup. To manage channels and permissions, connect with username SuperUser
via a mumble client and the generated password.
Web client
An optional browser-based client is available via the compose.mumbleweb.yml
overlay. To enable it:
abra app config mumble.example.com— uncomment thecompose.mumbleweb.ymlline:COMPOSE_FILE="$COMPOSE_FILE:compose.mumbleweb.yml"abra app deploy mumble.example.com --force- Open
https://YOURDOMAINin a browser and connect to your mumble server through the web
By default there is no password, but you can set a password for your server via abra app config