docs: update huginn
This commit is contained in:
parent
ae74cd3dad
commit
1ffd6966f6
13
huginn.md
13
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user