mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-13 23:49:25 +01:00
Page:
Section Mattermost (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 Mattermost (basic)
Wim edited this page 2023-01-28 23:22:44 +01:00
⚠️ Create a dedicated user (a new account specifically
for matterbridge) first.
It will not relay messages from yourself if you use your
account
HTTPS (secure)
[mattermost.mymattermost]
#The mattermost hostname. (do not prefix it with http or https)
Server="yourmattermostserver.domain:443"
#the team name as can be seen in the mattermost webinterface URL
#in lowercase, without spaces
Team="yourteam"
#login/pass of your bot.
#Use a dedicated user for this and not your own!
Login="yourlogin"
Password="yourpass"
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
PrefixMessagesWithNick=true
PreserveThreading=true
HTTP (unsecure)
[mattermost.mymattermost]
#The mattermost hostname. (do not prefix it with http or https)
Server="yourmattermostserver.domain:80"
#the team name as can be seen in the mattermost webinterface URL
#in lowercase, without spaces
Team="yourteam"
#login/pass of your bot.
#Use a dedicated user for this and not your own!
Login="yourlogin"
Password="yourpass"
# Set to `false` to connect to your mattermost
# instance using HTTPS instead of HTTP.
NoTLS=true
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
PrefixMessagesWithNick=true
PreserveThreading=true
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