Commit Graph
17 Commits
Author SHA1 Message Date
Amras e8766522d2 [fix] Include default values in .env
When a MUMBLE_CONFIG var is set, mumble will use it even if it is empty.
This caused problems e.g. when USERNAME="" caused all usernames to be
rejected.

One option to resolve this would be to keep unset-in-config variables
unset in the container. The other option is to supply mumble's default
values to the .env (which also makes the values more explicit).

This commit also removes a few config variables:
SSL would require more work to set up, as the server would need access
to the cert files
REGISTER is skipped for now as it would require an extra secret
LOG_DAYS is skipped because I'm not sure the logs are visible to the
user
2026-04-27 14:45:29 +00:00
Amras a96464676e [doc] update README with new configs 2026-04-27 13:25:34 +00:00
Amras e2c946339d Merge branch 'main' into additional-config-options 2026-04-27 13:17:11 +00:00
Sarma 89c043f762 [fix] typo in README 2026-04-24 12:03:02 +00:00
Amras 6f08f7ac18 [doc] update repository docs
borrowing some of @notplant's wording in the README:
 https://git.coopcloud.tech/coop-cloud/mumble/pulls/1/files

MAINTENANCE and PULL_REQUEST_TEMPLATE are copied from traefik as per
 https://docs.coopcloud.tech/maintainers/maintain/#templates
with modifications to allow for single maintainers
2026-04-24 11:58:46 +00:00
Amras 069298a9f0 [feat] add options from mumble-server.ini
Most of the options from mumble-server.ini have been added to .env
No documentation for these settings, since they're described elsewhere.

The exceptions which were not included are:
- *ssl* : adding support for custom certs needs more work
- database, *db*, *sqlite* : as above, for databases
- *ice* : unclear how ZeroC Ice works, decided to skip for now
- logfile, pidfile, *log* : would need to expose these files outside the
  container
- port, host, uname : unneccessary in a container
- legacypasswordhash : unsecure, therefore requires custom compose file
- forceExternalAuth : undocumented

Reference:
on environment variables to set config options in the container: https://github.com/mumble-voip/mumble-docker/blob/a0ab293b2a286032b21ec12d84ad24bc10f20dbd/README.md#configuration
list of options: https://github.com/mumble-voip/mumble/blob/v1.6.870/auxiliary_files/mumble-server.ini
2026-04-23 21:00:47 +00:00
Amras a2e9b642bc [feat] server and superuser passwords
Impl note: server-pw can be ignored for a password-less server,
 e.g. if operator wants to run a publicly registered server:
 https://www.mumble.info/documentation/administration/config-file/#server-registration

Impl note: secret names (-pw rather than -password) are shortened due to R015.
2026-04-23 21:00:47 +00:00
Amras 244f2ce98e New maintainer and image 0.1.0+v1.6.870-0 2026-04-23 20:44:12 +00:00
3wordchant dce442a924 Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:56 -08:00
3wordchant f282908169 Fix CI by adding networks: [mass update] 2023-01-20 11:58:41 -08:00
3wordchant 3de858fc68 Update abra syntax in examples (finally) [mass update] 2023-01-19 16:02:28 -08:00
3wordchant 0e407980b1 Goodbye, emojis! 😢
[ci skip]
2021-11-23 12:19:05 +02:00
3wordchant fc614468df chore: fix README bullet formatting
[ci skip]
2021-11-22 13:42:04 +02:00
3wordchant f608b0fc50 Remove matrix bot for the time being 2021-08-08 00:04:25 +02:00
3wordchant 5fc6a13127 Add Drone 🤖 2021-08-07 23:27:45 +02:00
3wordchant 43e86d4f79 Enable mumble web interface 2021-08-07 22:17:04 +02:00
3wordchant ffda2fde4d Initial import 2021-08-07 14:11:28 +02:00