docs: update huginn
This commit is contained in:
parent
aa4d04f5fa
commit
ae74cd3dad
12
huginn.md
12
huginn.md
@ -2,7 +2,7 @@
|
|||||||
title: Huginn
|
title: Huginn
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2019-10-22T18:33:22.513Z
|
date: 2019-10-22T19:37:01.475Z
|
||||||
tags:
|
tags:
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -20,6 +20,16 @@ Fork of huginn for solely business purpose
|
|||||||
|
|
||||||
## NodeRed
|
## 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
|
# Huginn
|
||||||
|
|
||||||
https://github.com/huginn/huginn
|
https://github.com/huginn/huginn
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user