Sign inSign up

mycatisblack/mumble-soundboard

By mycatisblack

Updated about 10 years ago

Simple node soundboard for mumble.

Image
0

10K+

mycatisblack/mumble-soundboard repository overview

Mumble Soundboard

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.

Dependancies

If you are running outside of the docker container you will need:

  • node & npm

Usage

Config

The following env variables need to be set.

  • MUMBLE_NAME
  • MUMBLE_PASS
  • MUMBLE_URL

The following env variables can be overridden

  • AUDIO_DIR - defaults to /audio
Node
npm install
npm start
Docker
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

Tag summary

Content type

Image

Digest

sha256:892f7e382

Size

289.1 MB

Last updated

about 10 years ago

docker pull mycatisblack/mumble-soundboard