mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-21 19:39:41 +01:00
Page:
Section RocketChat (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 RocketChat (basic)
Emmanuel Jeandel edited this page 2020-08-25 10:32:28 +02:00
[rocketchat.myrocketchat]
#The rocketchat hostname. (prefix it with http or https)
#REQUIRED (when not using webhooks)
Server="https://yourrocketchatserver.domain.com:443"
#login information for your bot
#REQUIRED (when not using webhooks)
#You can use either Login/Password (login needs to be the login with email address! user@domain.com)
#or Login/Token. In this case, Login is actually your ID
#Use a dedicated user for this and not your own!
Login="yourlogin@domain.com"
Password="yourpass"
#Whether to prefix messages from other bridges to rocketchat with the sender's nick.
#Useful if username overrides for incoming webhooks isn't enabled on the
#rocketchat server. If you set PrefixMessagesWithNick to true, each message
#from bridge to rocketchat will by default be prefixed by the RemoteNickFormat setting. i
#if you're using login/pass you can better enable because of this bug:
#https://github.com/RocketChat/Rocket.Chat/issues/7549
#OPTIONAL (default false)
PrefixMessagesWithNick=true
#Your bot must have the role "bot". If it doesn't you will get the bug described in:
#https://github.com/RocketChat/Rocket.Chat/issues/16097
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
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