mirror of
https://github.com/42wim/matterbridge.git
synced 2025-02-21 07:50:49 +01:00
Updated Section RocketChat (basic) (markdown)
parent
664cfbd343
commit
3eb83239d1
@ -1,14 +1,14 @@
|
|||||||
```
|
```
|
||||||
[rocketchat.myrocketchat]
|
[rocketchat.myrocketchat]
|
||||||
#Url is your incoming webhook url as specified in rocketchat
|
#The rocketchat hostname. (prefix it with http or https)
|
||||||
#Read #https://rocket.chat/docs/administrator-guides/integrations/#how-to-create-a-new-incoming-webhook
|
#REQUIRED (when not using webhooks)
|
||||||
#See administration - integrations - new integration - incoming webhook
|
Server="https://yourrocketchatserver.domain.com:443"
|
||||||
WebhookURL="https://yourdomain/hooks/yourhookkey"
|
|
||||||
|
|
||||||
#Address to listen on for outgoing webhook requests from rocketchat.
|
#login/pass of your bot. (login needs to be the login with email address! user@domain.com)
|
||||||
#See administration - integrations - new integration - outgoing webhook
|
#Use a dedicated user for this and not your own!
|
||||||
WebhookBindAddress="0.0.0.0:9999"
|
#REQUIRED (when not using webhooks)
|
||||||
|
Login="yourlogin@domain.com"
|
||||||
|
Password="yourpass"
|
||||||
|
|
||||||
Nick="rocket.cat"
|
|
||||||
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||||
```
|
```
|
Loading…
x
Reference in New Issue
Block a user