From 8b5ca334d9f515b8fd38df52bb4a3ddcbfaf78ea Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 11 May 2019 17:26:45 -0400 Subject: [PATCH] Updated Notify_rocketchat (markdown) --- Notify_rocketchat.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Notify_rocketchat.md b/Notify_rocketchat.md index 64ad08e..2d6b75d 100644 --- a/Notify_rocketchat.md +++ b/Notify_rocketchat.md @@ -39,18 +39,4 @@ Send a Rocket.Chat notification to the channel *#nuxref*: # Assuming our {password} is awes0m3! # Assuming our {hostname} is rocket.server.local 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. -### Docker -Based on [this source](https://hub.docker.com/_/rocket.chat/): -```bash -# Docker (assuming a connection to docker.io) -docker pull rocketchat/rocket.chat -docker pull mongo:3.0 - -docker run --name db -d mongo:3.0 --smallfiles -docker run --name rocketchat --link db -d rocket.chat -# Then visit http://localhost:3000 ``` \ No newline at end of file