Hey,
i want to setup my nodered that i can access it via the following paths:
- http://ip-of-node-red/admin >> should go to the node-red-admin (config ui)!!! working!!!
- http://ip-of-node-red/ >>should go to the dashboard-ui
i tried different config-settings, but nothing works as expacted:
httpRoot: '/admin',
ui: { path: "dashboard" },
with these settings, the dashboard-ui is accessable via /admin/dashboard...
i have really no idea to fix that! can anybody help me