6f08f7ac18de78edbf057805dc289ac4d5d7c794
borrowing some of @notplant's wording in the README: https://git.coopcloud.tech/coop-cloud/mumble/pulls/1/files MAINTENANCE and PULL_REQUEST_TEMPLATE are copied from traefik as per https://docs.coopcloud.tech/maintainers/maintain/#templates with modifications to allow for single maintainers
mumble
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
- Set up Docker Swarm and
abra - Configure
coop-cloud/traefikto 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
abra app new mumbleabra app config <YOURAPPDOMAIN>abra app deploy <YOURAPPDOMAIN>- 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:
abra app config mumble.example.com— uncomment the line:COMPOSE_FILE="$COMPOSE_FILE:compose.mumbleweb.yml"abra app deploy <YOURAPPDOMAIN> --force- Open
https://<YOURAPPDOMAIN>in a browser
coop-cloud/traefik [Mumble client]:(https://www.mumble.info/downloads/)
Description
Languages
Markdown
100%