node-red add authentication
Monitoring services CI/CD Pipeline / deploy (push) Successful in 22s
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 19s
Monitoring services CI/CD Pipeline / deploy (push) Successful in 22s
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 19s
This commit is contained in:
@@ -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