Greetings,
i am using frontend as nodered dashboard, after we publish on web, is it possible to secure nodered flows? only ui will be shared
Greetings,
i am using frontend as nodered dashboard, after we publish on web, is it possible to secure nodered flows? only ui will be shared
Yes. You can set httpAdminRoot
to false
to disable the admin API (including editor) entirely.
You can then use the ui
setting to change its root path from /ui
to /
.
The default settings file has both of these settings commented out. Uncomment them, change their values as above and restart Node-RED.
wow awesome thanks bro!
@knolleary
can we add login and password as flow?
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.