I need to change path for Dasboard 2.0

I tryed to add path to the end of module.exports in settings.js (Node-Red settings), without success ever after restarting Node-Red.
dashboard: {
path: '/testpath'
},
I need to change path for Dasboard 2.0

I tryed to add path to the end of module.exports in settings.js (Node-Red settings), without success ever after restarting Node-Red.
dashboard: {
path: '/testpath'
},
Hi @iungo
Dashboard 2.0 currently only supports /dashboard as its root path.
Hi @iungo,
You can change the path by using an external tool. You need a reverse proxy. You can also use that to hide away Node-RED's port number as well which end-users would probably appreciate. I also recommend a reverse proxy to deal with TLS wire security and any user identity and authentication management.
Alternatively, if you don't need too much of the support of D2 nodes, you could switch to UIBUILDER which allows multiple independent and customisable URL paths.
Maybe it is possible to change /dashboard directly in Dashboard 2.0 js code?
No. They are entirely different frameworks.
I misunderstood.
While that might work now, it will all be undone on the next D2 update.
I'm understand it. But my system doesn't have any Internet connection. It's mostly embedded system. I'm using Dashboard only as user interface.
You might find that editing the ui-base entry in flows.json is sufficient.
Change /dashboard to /testpath, restart Node-red and inject some data.
It seems at first glance to work for me.
I feel sure you can expect to experience problems though, else Flowfuse would not have made the ui-base config unmodifiable.
Thank you, I will try.
My understanding was that it was always the intent to allow multiple Dashboards to be used so having a changeable url path would be a priority then. However, it hasn't made it to the top of the development list it seems. And I'm not sure how much actual development of D2 is happening right now?
Perhaps Colin would know, he seems to be doing dashboard stuff, not much sign of Joe in recent months.
Joe is no longer with Flowfuse. As far as I know, no-one is currently working on the dashboard, apart from myself trying to fix bits and pieces when I have time, which I don't have at the moment.
It would be good to have some sort of statement of intent from Flowfuse.
- Yikes!
Thanks for hanging in there.... I hope the future of DB2 is not as grim as it's looking right now ![]()