Created Section RocketChat (basic) (markdown)

Wim 2017-06-23 00:30:11 +02:00
parent 5e3b95936e
commit c9e453d0d2

@ -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}> "
```