From ae74cd3dad412b5eaa6fee63beada9c8d817b57d Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 22 Oct 2019 19:37:08 +0000 Subject: [PATCH] docs: update huginn --- huginn.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/huginn.md b/huginn.md index 8697da30..8533d884 100644 --- a/huginn.md +++ b/huginn.md @@ -2,7 +2,7 @@ title: Huginn description: published: true -date: 2019-10-22T18:33:22.513Z +date: 2019-10-22T19:37:01.475Z tags: --- @@ -20,6 +20,16 @@ Fork of huginn for solely business purpose ## NodeRed +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 +$2a$08$Aqciyn4nHAx7nBt4it3Cm.J2jwuewUVfsCBOf//bv/SxAvQGF6GLq +``` + # Huginn https://github.com/huginn/huginn