mumble-voip / mumble-docker

The official Mumble Docker image
BSD 3-Clause "New" or "Revised" License
146 stars 34 forks source link

Add toggle to allow "unknown" settings #14

Closed pawlakm closed 2 years ago

pawlakm commented 2 years ago

Rationale: while /etc/mumble/bare_config.ini should always be aligned with the options supported by a given version of mumble, unalignment may occur (for instance issue #13).

This PR provides a workaround to minimize the impact of such unalignment in the future and allows to use the new settings while waiting for a fix in the upstream code and without having to externalise all settings to a config file.

Details:

pawlakm commented 2 years ago

documented MUMBLE_ACCEPT_UNKNOWN_SETTINGS usage. Tell me if it's ok for you.

Krzmbrzl commented 2 years ago

Thank you for your contribution :+1: