node-red add authentication
This commit is contained in:
20
services/node-red/README.md
Normal file
20
services/node-red/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# node-red
|
||||
|
||||
**Deploy app:**
|
||||
|
||||
```bash
|
||||
./services/node-red/ops-scripts/apply-app.sh
|
||||
```
|
||||
|
||||
**Deploy Infra:**
|
||||
|
||||
```bash
|
||||
./services/node-red/ops-scripts/apply-infra.sh
|
||||
```
|
||||
|
||||
Create password to add to node-red settings file.
|
||||
|
||||
``` bash
|
||||
#npm install bcryptjs
|
||||
node -e "console.log(require('bcryptjs').hashSync(process.argv[1], 8));" YOUR-PASSWORD
|
||||
```
|
||||
Reference in New Issue
Block a user