Mumble
So far this installs mumble and sets up the traefik entrypoint for TCP only. (this will enable the use of the ip whitelist middleware later.)
I would like to be able to automatically configure the ACLs, create channels, and user accounts. However, there is no config for it, but is intended to configure this at runtime via its API. The API is an rpc mechanism not a regular HTTP REST one, so I have to learn about that. As it is, mumble is relatively unsecured right now and is open to all registrations and public access to channels, but this can all be reconfigured by the SuperUser account using the GUI client, but only after install, and this config will not be saved to your .env file.