hello,everyone
Can nodered dashboard be deployed to public ip?
i read some contents from github :
This Dashboard does NOT support multiple individual users. It is a view of the status of the underlying Node-RED flow, which itself is single user. If the state of the flow changes then all clients will get notified of that change.
Messages coming from the dashboard do have a msg.socketid , and updates like change of tab, notifications, and audio alerts will be directed only to that session. Delete the msg.sessionid to send to all sessions.
Does this mean the dashboard can only be visited in local area nnetwork?