correct default values in README
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 57s
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 57s
This commit is contained in:
parent
bc47b87afe
commit
1cb57f90c1
24
README.md
24
README.md
@ -1,62 +1,78 @@
|
||||
Murmur server for [Mumble](https://wiki.mumble.info/wiki/Main_Page) with
|
||||
a postgre backend.
|
||||
Murmur server for [Mumble](https://wiki.mumble.info/wiki/Main_Page) with a
|
||||
postgre backend.
|
||||
|
||||
# Volumes
|
||||
|
||||
- `/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.
|
||||
|
||||
## ADMIN_PASSWORD
|
||||
|
||||
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_DOMAIN
|
||||
|
||||
Name of the certificate domain.
|
||||
|
||||
## ROOT_NAME
|
||||
|
||||
- default: Root
|
||||
|
||||
Name of the root channel.
|
||||
|
||||
## DB_HOST
|
||||
|
||||
Database host.
|
||||
|
||||
## DB_NAME
|
||||
- default: moodle
|
||||
|
||||
- default: murmur
|
||||
|
||||
Database name.
|
||||
|
||||
## DB_USER
|
||||
- default: moodle
|
||||
|
||||
- default: murmur
|
||||
|
||||
Database user.
|
||||
|
||||
## DB_PASSWORD
|
||||
|
||||
Password for the database user.
|
||||
|
||||
## DB_PORT
|
||||
|
||||
- default: 5432
|
||||
|
||||
Database port.
|
||||
|
||||
# Ports
|
||||
|
||||
- 64738
|
||||
|
||||
# Capabilities
|
||||
|
||||
- CHOWN
|
||||
- DAC_OVERRIDE
|
||||
- FOWNER
|
||||
|
Loading…
Reference in New Issue
Block a user