Page:
Section Mumble (basic)
Pages
API
Deploy: Azure
Deploy: Digitalocean
Deploy: Docker
Deploy: Heroku
Discord bot setup
FAQ
Features
Gateway config (basic)
Gateway config (channel rules)
Gateway: developing new one
Home
How to create your config
MS Teams setup
Mediaserver setup (advanced)
Section Discord (basic)
Section Gitter (basic)
Section Harmony (basic)
Section Hipchat (basic)
Section IRC (basic)
Section Keybase (basic)
Section MSteams (basic)
Section Matrix (basic)
Section Mattermost (basic) https
Section Mattermost (basic)
Section Mumble (basic)
Section Nextcloud Talk (basic)
Section RocketChat (basic)
Section Slack (basic)
Section Sshchat (basic)
Section Steam (basic)
Section Telegram (basic)
Section Twitch (basic)
Section VK (basic)
Section WhatsApp (basic)
Section XMPP (basic)
Section Zulip (basic)
Service files
Settings
Slack bot setup
Tengo
Troubleshooting
0
Section Mumble (basic)
Wim edited this page 2020-10-20 21:55:13 +02:00
[mumble.mymumble]
# Host and port of your Mumble server
Server = "mumble.yourdomain.me:64738"
Nick = "matterbridge"
# Some servers require a password
# OPTIONAL (default empty)
Password = "serverpasswordhere"
# Self-signed TLS client certificate + private key used to connect to
# Mumble. This is required if you want to register the matterbridge
# user on your Mumble server, so its nick becomes reserved.
# You can generate a keypair using e.g.
#
# openssl req -x509 -newkey rsa:2048 -nodes -days 10000 \
# -keyout mumble.key -out mumble.crt
#
# To actually register the matterbridege user, connect to Mumble as an
# admin, right click on the user and click "Register".
#
# OPTIONAL (default empty)
TLSClientCertificate="mumble.crt"
TLSClientKey="mumble.key"
# TLS CA certificate used to validate the Mumble server.
# OPTIONAL (defaults to Go system CA)
TLSCACertificate=mumble-ca.crt
# Enable to not verify the certificate on your Mumble server.
# e.g. when using selfsigned certificates
# OPTIONAL (default false)
SkipTLSVerify=false
Getting started
How to create your config
Discord bot setup
Slack bot setup
MS Teams setup
Deploy
DigitalOcean
Azure
Docker
Heroku
Gateways
Config: basic
Config: channel rules
Discord
Gitter
Hipchat
IRC
Keybase
Matrix
Mattermost
Microsoft Teams
Mumble
Nextcloud Talk
RocketChat
Slack
Sshchat
Steam
Telegram
Twitch
VK
WhatsApp
XMPP
Zulip
Advanced
Mediaserver setup
Service files
Developer
API
Tengo scripting
Making gateways