-
Notifications
You must be signed in to change notification settings - Fork 617
Section RocketChat (basic)
Tiago Epifânio edited this page Feb 3, 2020
·
9 revisions
[rocketchat.myrocketchat]
#The rocketchat hostname. (prefix it with http or https)
#REQUIRED (when not using webhooks)
Server="https://yourrocketchatserver.domain.com:443"
#login/pass of your bot. (login needs to be the login with email address! [email protected])
#Use a dedicated user for this and not your own!
#REQUIRED (when not using webhooks)
Login="[email protected]"
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". You 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