Simple node soundboard for mumble.
10K+
A simple soundboard bot and web client for mumble. A bot will idle in a specified channel on your mumble server which takes /slash commands and a web UI will be served up to also control the soundboard.
If you are running outside of the docker container you will need:
The following env variables need to be set.
The following env variables can be overridden
/audionpm install
npm start
docker run \
-d \
--restart always \
-p 8080:3000 \
-v "/var/lib/docker/data/soundboard/:/audio" \
-e MUMBLE_URL="mumble://yourhost.mumble.example/ChannelName" \
-e MUMBLE_NAME="SoundboardBot" \
-e MUMBLE_PASS="password" \
-e AUDIO_DIR="/audio/" \
mycatisblack/mumble-soundboard:latest
Content type
Image
Digest
sha256:892f7e382…
Size
289.1 MB
Last updated
about 10 years ago
docker pull mycatisblack/mumble-soundboard