mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
18597f8a5c
commit
a0eefd2024
1 changed files with 12 additions and 5 deletions
|
@ -10,8 +10,15 @@ nodered_web_path: nodered # http://box/nodered reverse proxies http://box:1880
|
|||
nodered_user: Admin
|
||||
nodered_password: changeme
|
||||
nodered_password_hash: $2b$08$oxgvoU9et3deSbXY8UNVTOWHSTQAyEASIal86RHVMqYQJhpPMNz7q
|
||||
# To generate a new password hash, run 'node-red-admin hash-pw' and enter the
|
||||
# new password. Paste the resulting hash above. After Ansible runs, username
|
||||
# and password hash will be placed in: /home/nodered/.node-red/settings.js
|
||||
# Or...on Raspberry Pi it's placed in: /home/pi/.node-red/settings.js
|
||||
# See http://nodered.org/docs/security.html for details.
|
||||
|
||||
# TO GENERATE A NEW PASSWORD HASH, run 'node-red-admin hash-pw' and enter
|
||||
# the new password. Paste the resulting hash as above, but into your own:
|
||||
# /opt/iiab/iiab/vars/nodered/defaults/main.yml
|
||||
#
|
||||
# After Ansible runs, username and password hash are stored in:
|
||||
# /home/nodered/.node-red/settings.js
|
||||
#
|
||||
# Or...on Raspberry Pi they're stored in:
|
||||
# /home/pi/.node-red/settings.js
|
||||
#
|
||||
# See http://nodered.org/docs/security.html for more detail.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue