Skip to content

Latest commit

 

History

History
71 lines (53 loc) · 1.51 KB

File metadata and controls

71 lines (53 loc) · 1.51 KB

RocketChat settings

Tip

This page contains the details about rocketchat settings. More general information about rocketchat support in matterbridge can be found in README.md.

Login

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"

Password

  • Setting: REQUIRED
  • Format: string
  • Example:
    Password="yourpass"

Server

The rocketchat hostname. (prefix it with http or https)

  • Setting: REQUIRED
  • Format: string
  • Example:
    Server="https://yourrocketchatserver.domain.com:443"

WebhookBindAddress

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"

Nick

Your nick/username as specified in your incoming webhook "Post as" setting

  • Setting: OPTIONAL
  • Format: string
  • Example:
    Nick="matterbot"

WebhookURL

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"