mirror of
https://github.com/truenas/charts.git
synced 2026-04-27 03:52:04 +08:00
* mumble init commit * extend config * add cert * update readme * only use probes on ci * update probes * add metadata * one less zero * Add email attr * default '' -> empty false * Update library/ix-dev/community/mumble/templates/_mumble.tpl
17 lines
822 B
Markdown
17 lines
822 B
Markdown
# Mumble
|
|
|
|
[Mumble](https://www.mumble.info/) is an Open Source, Low Latency, High Quality Voice Chat Home Downloads Documentation Blog Contribute About
|
|
|
|
> When application is installed, a container will be launched with **root** privileges.
|
|
> This is required in order to apply the correct permissions to the `Mumble` directories.
|
|
> Afterward, the `Mumble` container will run as a **non**-root user (`1000`, Cannot change).
|
|
|
|
You can change the server configuration by adding additional environment variables.
|
|
Prefix the configuration variable with `MUMBLE_CONFIG_` and it will be added to the configuration file.
|
|
View the [Mumble Configuration File](https://wiki.mumble.info/wiki/Murmur.ini) for more information.
|
|
|
|
For example you can set `autobanAttempts` like this:
|
|
|
|
- Name: `MUMBLE_CONFIG_autobanAttempts`
|
|
- Value: `5`
|