Hello everyone,
I'm about to build a dashboard for multiple users, lets say an admin dashboard, where you can access each tab and get the most information and control, and an user dashboard where you have only the view of 1 tab with minimum control. In addition I would like to secure both dashboards, so only admins with an admin pw can access the admin dashboard.
As I noticed there is no way to to so with the "classic" nr dashboard, because it doestn support multiple user instances. Now is my question: what is the best way to go?
I've read that its possible to run node red as multiple instance with different port with its own settings and so on. That could be a possible way. And maybe the quickest one.
And I read that the ui_builder is qualified for those purpose, is it right? So for example I can use the classic dashboard for admins with admin authentification and build another dashboard with ui_builder and secure it with user authentification. Over the long run I will use ui_builder anyways, because I like to design stuff and classic dashboard is limited for this purpose.
Is there a third possibility that I'm missing? What would you recomend for my requirement?
Thank you!