BetterFrame/deploy/docker/nodered-settings.js
Mitchell R 820e0a5945
fix(proxy): split Node-RED route surfaces
Route backend, kiosk ingest, kiosk dashboards, and public Node-RED HTTP-in separately. Keep Node-RED editor under admin auth and attach kiosk auth when kiosk loads protected dashboard URLs.
2026-05-11 10:44:45 +02:00

7 lines
163 B
JavaScript

module.exports = {
uiHost: "0.0.0.0",
uiPort: Number(process.env.PORT || 1880),
httpAdminRoot: "/nrdp",
httpNodeRoot: "/",
functionGlobalContext: {},
};