mirror of
https://github.com/42wim/matterbridge.git
synced 2025-06-14 18:57:35 +02:00
Created Section RocketChat (basic) (markdown)
parent
5e3b95936e
commit
c9e453d0d2
14
Section-RocketChat-(basic).md
Normal file
14
Section-RocketChat-(basic).md
Normal file
@ -0,0 +1,14 @@
|
||||
```
|
||||
[rocketchat.myrocketchat]
|
||||
#Url is your incoming webhook url as specified in rocketchat
|
||||
#Read #https://rocket.chat/docs/administrator-guides/integrations/#how-to-create-a-new-incoming-webhook
|
||||
#See administration - integrations - new integration - incoming webhook
|
||||
URL="https://yourdomain/hooks/yourhookkey"
|
||||
|
||||
#Address to listen on for outgoing webhook requests from rocketchat.
|
||||
#See administration - integrations - new integration - outgoing webhook
|
||||
BindAddress="0.0.0.0:9999"
|
||||
|
||||
Nick="rocketbot"
|
||||
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user