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
a0eefd2024
commit
619f28b2d9
1 changed files with 3 additions and 2 deletions
|
@ -8,14 +8,15 @@
|
||||||
nodered_web_path: nodered # http://box/nodered reverse proxies http://box:1880
|
nodered_web_path: nodered # http://box/nodered reverse proxies http://box:1880
|
||||||
|
|
||||||
nodered_user: Admin
|
nodered_user: Admin
|
||||||
nodered_password: changeme
|
nodered_password: changeme # REMOVE THIS PASSWORD REMINDER LINE AS NECESSARY
|
||||||
nodered_password_hash: $2b$08$oxgvoU9et3deSbXY8UNVTOWHSTQAyEASIal86RHVMqYQJhpPMNz7q
|
nodered_password_hash: $2b$08$oxgvoU9et3deSbXY8UNVTOWHSTQAyEASIal86RHVMqYQJhpPMNz7q
|
||||||
|
|
||||||
# TO GENERATE A NEW PASSWORD HASH, run 'node-red-admin hash-pw' and enter
|
# 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:
|
# the new password. Paste the resulting hash as above, but into your own:
|
||||||
# /opt/iiab/iiab/vars/nodered/defaults/main.yml
|
# /opt/iiab/iiab/vars/nodered/defaults/main.yml
|
||||||
#
|
#
|
||||||
# After Ansible runs, username and password hash are stored in:
|
# After IIAB's installer runs (or "cd /opt/iiab/iiab" then "./runrole nodered")
|
||||||
|
# username and password hash are stored in:
|
||||||
# /home/nodered/.node-red/settings.js
|
# /home/nodered/.node-red/settings.js
|
||||||
#
|
#
|
||||||
# Or...on Raspberry Pi they're stored in:
|
# Or...on Raspberry Pi they're stored in:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue