2023-12-20 06:55:43 +00:00
|
|
|
Murmur server for [Mumble](https://wiki.mumble.info/wiki/Main_Page) with a
|
|
|
|
postgre backend.
|
2016-10-31 10:43:34 +00:00
|
|
|
|
|
|
|
# Volumes
|
2023-12-20 06:55:43 +00:00
|
|
|
|
2016-10-31 10:43:34 +00:00
|
|
|
- `/etc/ssl/murmur:ro`: certificates have to be here
|
|
|
|
|
|
|
|
# Environment Variables
|
2023-12-20 06:55:43 +00:00
|
|
|
|
2016-10-31 10:43:34 +00:00
|
|
|
## WELCOME_TEXT
|
2023-12-20 06:55:43 +00:00
|
|
|
|
2016-10-31 10:43:34 +00:00
|
|
|
Welcome message sent to clients when they connect.
|
|
|
|
|
|
|
|
## SERVER_PASSWORD
|
2023-12-20 06:55:43 +00:00
|
|
|
|
2016-10-31 10:43:34 +00:00
|
|
|
Password to join server.
|
|
|
|
|
2017-07-27 12:53:42 +00:00
|
|
|
## ADMIN_PASSWORD
|
2023-12-20 06:55:43 +00:00
|
|
|
|
2016-10-31 10:43:34 +00:00
|
|
|
Password of the SuperUser.
|
|
|
|
|
|
|
|
## MAX_BANDWIDTH
|
2023-12-20 06:55:43 +00:00
|
|
|
|
2016-10-31 10:43:34 +00:00
|
|
|
- default: 72000
|
|
|
|
|
|
|
|
Maximum bandwidth (in bits per second) clients are allowed to send speech at.
|
|
|
|
|
|
|
|
## MAX_USERS
|
2023-12-20 06:55:43 +00:00
|
|
|
|
2016-10-31 10:43:34 +00:00
|
|
|
- default: 20
|
|
|
|
|
|
|
|
Maximum number of concurrent clients allowed.
|
|
|
|
|
2017-09-19 13:01:09 +00:00
|
|
|
## CERT_DOMAIN
|
2023-12-20 06:55:43 +00:00
|
|
|
|
2017-09-19 13:01:09 +00:00
|
|
|
Name of the certificate domain.
|
2016-10-31 10:43:34 +00:00
|
|
|
|
2019-10-08 11:28:41 +00:00
|
|
|
## ROOT_NAME
|
2023-12-20 06:55:43 +00:00
|
|
|
|
2019-10-08 11:28:41 +00:00
|
|
|
- default: Root
|
|
|
|
|
|
|
|
Name of the root channel.
|
|
|
|
|
|
|
|
## DB_HOST
|
2023-12-20 06:55:43 +00:00
|
|
|
|
2019-10-08 11:28:41 +00:00
|
|
|
Database host.
|
|
|
|
|
|
|
|
## DB_NAME
|
2023-12-20 06:55:43 +00:00
|
|
|
|
|
|
|
- default: murmur
|
2019-10-08 11:28:41 +00:00
|
|
|
|
|
|
|
Database name.
|
|
|
|
|
|
|
|
## DB_USER
|
2023-12-20 06:55:43 +00:00
|
|
|
|
|
|
|
- default: murmur
|
2019-10-08 11:28:41 +00:00
|
|
|
|
|
|
|
Database user.
|
|
|
|
|
|
|
|
## DB_PASSWORD
|
2023-12-20 06:55:43 +00:00
|
|
|
|
2019-10-08 11:28:41 +00:00
|
|
|
Password for the database user.
|
|
|
|
|
|
|
|
## DB_PORT
|
2023-12-20 06:55:43 +00:00
|
|
|
|
2019-10-08 11:28:41 +00:00
|
|
|
- default: 5432
|
|
|
|
|
|
|
|
Database port.
|
|
|
|
|
2016-10-31 10:43:34 +00:00
|
|
|
# Ports
|
2023-12-20 06:55:43 +00:00
|
|
|
|
2016-10-31 10:43:34 +00:00
|
|
|
- 64738
|
|
|
|
|
|
|
|
# Capabilities
|
2023-12-20 06:55:43 +00:00
|
|
|
|
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
|