Go to file
notplants e75aba093d
Some checks failed
continuous-integration/drone/pr Build is failing
add healthcheck and backup labels
2026-04-28 16:01:39 +00:00
2026-04-24 11:58:46 +00:00
2026-04-23 20:44:12 +00:00
2021-08-07 22:17:04 +02:00
2026-04-23 20:44:12 +00:00
2026-04-28 16:01:39 +00:00
2026-04-24 11:58:46 +00:00
2026-04-24 12:03:02 +00:00

mumble

Build Status

Low latency, high quality voice chat application.

  • Maintainer: @amras
  • Category: Apps
  • Status: 1, alpha
  • Image: mumblevoip/mumble-server, 4, official
  • Healthcheck: No
  • Backups: No
  • Email: N/A
  • Tests: No
  • SSO: N/A

Basic usage

  1. Set up Docker Swarm and abra
  2. Configure coop-cloud/traefik to accept mumble's ports:
    $ abra app config <YOURTRAEFIKDOMAIN>
    
  • uncomment lines related to mumble:
    COMPOSE_FILE="$COMPOSE_FILE:compose.mumble.yml"
    MUMBLE_ENABLED=1
    
  • save the config and deploy traefik:
    $ abra app deploy <YOURTRAEFIKCOMAIN> --force
    
  1. abra app new mumble
  2. abra app config <YOURAPPDOMAIN>
  3. abra app deploy <YOURAPPDOMAIN>
  4. Connect with a Mumble client to port 64738 on your domain

Web Client

An optional browser-based client is available via the compose.mumbleweb.yml overlay. To enable it:

  1. abra app config mumble.example.com — uncomment the line:
    COMPOSE_FILE="$COMPOSE_FILE:compose.mumbleweb.yml"
    
  2. abra app deploy <YOURAPPDOMAIN> --force
  3. Open https://<YOURAPPDOMAIN> in a browser
Description
Low latency, high quality voice chat application
Readme 78 KiB
Languages
Markdown 100%