Skip to content

coconitro/docker-mumo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

docker-mumo

Python Mumble admin scripts running in a container. See https://github.com/mumble-voip/mumo for more information.

Prerequisites

  • A mumble server running via docker

Usage

First run the container and it will create all the necessary config files and exit.

docker run --name mumo --net=container:`id_of_mumble_server_container` -d -v /path/to/mumo/folder:/data mycatisblack/docker-mumo

Edit mumo.ini and copy config files from modules_available to modules_enabled that you want to activate. Make any edits to those files. Then fire the container up again.

docker start mumo

About

Mumble admin scripts running in a container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages