murmur/README.md

52 lines
1008 B
Markdown
Raw Normal View History

2017-09-05 12:26:35 +00:00
Murmur server for [Mumble](https://wiki.mumble.info/wiki/Main_Page) which provisions
tls certificates through [Let's Encrypt](https://letsencrypt.org/) with
[lego](https://github.com/xenolf/lego).
Take a look at the [base image](https://gitlab.com/thallian/docker-confd-env/tree/lego)
for the certificate configuration.
2016-10-31 10:43:34 +00:00
# Volumes
- `/var/lib/murmur`
- `/etc/ssl/murmur:ro`: certificates have to be here
# Environment Variables
## WELCOME_TEXT
Welcome message sent to clients when they connect.
## SERVER_PASSWORD
Password to join server.
2017-07-27 12:53:42 +00:00
## ADMIN_PASSWORD
2016-10-31 10:43:34 +00:00
Password of the SuperUser.
## MAX_BANDWIDTH
- default: 72000
Maximum bandwidth (in bits per second) clients are allowed to send speech at.
## MAX_USERS
- default: 20
Maximum number of concurrent clients allowed.
## CERT_NAME
- default: fullchain.pem
Name of the certificate file.
## KEY_NAME
- default: privkey.pem
Name of the key file.
# Ports
- 64738
# Capabilities
2017-02-24 09:01:20 +00:00
- CHOWN
2016-10-31 10:43:34 +00:00
- DAC_OVERRIDE
2017-02-24 09:01:20 +00:00
- FOWNER
2016-10-31 10:43:34 +00:00
- NET_BIND_SERVICE
- SETGID
- SETUID