Updated Notify_rocketchat (markdown)

lead2gold 2018-03-13 19:36:59 -04:00
parent 49bedafa18
commit 3ab9d95c61

@ -38,11 +38,11 @@ Send a Rocket.Chat notification to the channel *#nuxref*:
# Assuming our {user} is l2g
# Assuming our {password} is awes0m3!
# Assuming our {hostname} is rocket.server.local
notify rocket://l2g:awes0m3!@rocket.server.local/#nuxref
apprise rocket://l2g:awes0m3!@rocket.server.local/#nuxref
```
## Setup
Here is how i set up a quick rocket.chat server to test against. This may or may not be useful to other people.
Here is how I set up a quick rocket.chat server to test against. This may or may not be useful to other people.
### Docker
Based on [this source](https://hub.docker.com/_/rocket.chat/):
```bash