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,10 @@
module.exports = {
adminAuth: {
type: "credentials",
users: [{
username: "?????",
password: "??????",
permissions: "*"
}]
}
}