docs: update huginn

This commit is contained in:
Administrator 2019-10-22 19:42:58 +00:00 committed by matze
parent ae74cd3dad
commit 1ffd6966f6

View File

@ -2,7 +2,7 @@
title: Huginn title: Huginn
description: description:
published: true published: true
date: 2019-10-22T19:37:01.475Z date: 2019-10-22T19:42:54.676Z
tags: tags:
--- ---
@ -20,10 +20,17 @@ Fork of huginn for solely business purpose
## NodeRed ## 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 docker exec -it node-red_node-red_1 /bin/bash
node -e "console.log(require('bcryptjs').hashSync(process.argv[1], 8));" the-password node -e "console.log(require('bcryptjs').hashSync(process.argv[1], 8));" the-password