node-red add authentication
All checks were successful
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:
2026-01-01 22:46:16 +00:00
parent e350400889
commit bd0e505b45
6 changed files with 44 additions and 13 deletions

View 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
```