Tip
This page contains the details about rocketchat settings. More general information about rocketchat support in matterbridge can be found in README.md.
login needs to be the login with email address! user@domain.com Use a dedicated user for this and not your own!
- Setting: REQUIRED
- Format: string
- Example:
Login="yourlogin@domain.com"
- Setting: REQUIRED
- Format: string
- Example:
Password="yourpass"
The rocketchat hostname. (prefix it with http or https)
- Setting: REQUIRED
- Format: string
- Example:
Server="https://yourrocketchatserver.domain.com:443"
Address to listen on for outgoing webhook requests from rocketchat. See administration - integrations - new integration - outgoing webhook
- Setting: OPTIONAL
- Format: string
- Example:
WebhookBindAddress="0.0.0.0:9999"
Your nick/username as specified in your incoming webhook "Post as" setting
- Setting: OPTIONAL
- Format: string
- Example:
Nick="matterbot"
Url is your incoming webhook url as specified in rocketchat (docs). See administration - integrations - new integration - incoming webhook
- Setting: OPTIONAL
- Format: string
- Example:
WebhookURL="https://yourdomain/hooks/yourhookkey"