From 1ffd6966f6abac206f4e788bb63d8f6df149bf3e Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 22 Oct 2019 19:42:58 +0000 Subject: [PATCH] docs: update huginn --- huginn.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/huginn.md b/huginn.md index 8533d884..23fc6373 100644 --- a/huginn.md +++ b/huginn.md @@ -2,7 +2,7 @@ title: Huginn description: published: true -date: 2019-10-22T19:37:01.475Z +date: 2019-10-22T19:42:54.676Z tags: --- @@ -20,10 +20,17 @@ Fork of huginn for solely business purpose ## NodeRed -https://nodered.org/docs/user-guide/runtime/securing-node-red +### Extra Packages -Change password +#### Telegram +https://flows.nodered.org/node/node-red-contrib-telegrambot +#### Deduplication +https://flows.nodered.org/node/node-red-contrib-deduplicate-adv +### Security + +* https://nodered.org/docs/user-guide/runtime/securing-node-red +* Change password ``` docker exec -it node-red_node-red_1 /bin/bash node -e "console.log(require('bcryptjs').hashSync(process.argv[1], 8));" the-password