You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
paul 2f650d1a99 remove more unneeded dependencies 3 years ago
bin Fix permissions for non-root user 3 years ago
Dockerfile remove more unneeded dependencies 3 years ago
README.md Initial commit 4 years ago

README.md

Mumble-moderator ("mumo")

Mumble Moderator is a python interface to moderate Mumble

Building mumo

docker build -t zombi/mumble-moderator .

Running the mumo

Mumo needs to attach to a running mumble server, in order to work properly. We usually do this by directly attaching the networks of both containers to each other, like this:

   docker run -d \
    --name mumo \
    -v /data/mumo:/data \
    -v /etc/localtime:/etc/localtime:ro \
    --net="container:mumble" \
    zombi/mumo