You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to add password protection to the Node-Red-Backend as described in c't FAQ Node-Red. According to the Node-Red Doku, node-red-admin does not have to be installed separately, but is included in the node-red command since version 1.1.0. My recently cloned ct-Smart-Home has version 1.2.9.
I cannot get these commands to run, though. This is what I did: pi@raspberrypi:~ $ docker exec -it ct-smart-home_nodered_1 /bin/bash bash-5.0# node-red admin hash-pw bash: node-red: command not found
I also tried to install node-red-admin with npm in the docker bash. This did execute with lots of warnings and errors, but then also yielded a bash-5.0# node-red-admin hash-pw bash: node-red-admin: command not found
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am trying to add password protection to the Node-Red-Backend as described in c't FAQ Node-Red. According to the Node-Red Doku, node-red-admin does not have to be installed separately, but is included in the node-red command since version 1.1.0. My recently cloned ct-Smart-Home has version 1.2.9.
I cannot get these commands to run, though. This is what I did:
pi@raspberrypi:~ $ docker exec -it ct-smart-home_nodered_1 /bin/bash
bash-5.0# node-red admin hash-pw
bash: node-red: command not found
I also tried to install node-red-admin with npm in the docker bash. This did execute with lots of warnings and errors, but then also yielded a
bash-5.0# node-red-admin hash-pw
bash: node-red-admin: command not found
Hints on what I missed are highly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions