Go to file
bsod b7ffa55f05 fix: add missing ca-certificates package 2024-02-13 22:39:06 +01:00
bin Fix permissions for non-root user 2020-08-17 01:25:16 +02:00
Dockerfile fix: add missing ca-certificates package 2024-02-13 22:39:06 +01:00
README.md Initial commit 2018-12-08 13:50:44 +01:00

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