mirror of
https://github.com/42wim/matterbridge.git
synced 2025-07-01 11:07:28 +02:00
Created Section Mumble (basic) (markdown)
parent
ae806945cb
commit
cc6ce2cf13
33
Section-Mumble-(basic).md
Normal file
33
Section-Mumble-(basic).md
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
|
||||||
|
```toml
|
||||||
|
[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
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user