{"id":16241695,"url":"https://github.com/getlarge/node-red-bridge","last_synced_at":"2026-01-21T12:05:56.003Z","repository":{"id":42351345,"uuid":"114872580","full_name":"getlarge/node-red-bridge","owner":"getlarge","description":"  Node-red template, running with express","archived":false,"fork":false,"pushed_at":"2023-01-06T02:00:42.000Z","size":2511,"stargazers_count":1,"open_issues_count":15,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T20:31:49.059Z","etag":null,"topics":["iot-application","mqtt","node-red","process-manager"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getlarge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-20T10:08:55.000Z","updated_at":"2021-01-09T14:56:17.000Z","dependencies_parsed_at":"2023-02-05T02:15:52.181Z","dependency_job_id":null,"html_url":"https://github.com/getlarge/node-red-bridge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/getlarge/node-red-bridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2Fnode-red-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2Fnode-red-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2Fnode-red-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2Fnode-red-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getlarge","download_url":"https://codeload.github.com/getlarge/node-red-bridge/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2Fnode-red-bridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28632781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["iot-application","mqtt","node-red","process-manager"],"created_at":"2024-10-10T14:08:21.648Z","updated_at":"2026-01-21T12:05:55.983Z","avatar_url":"https://github.com/getlarge.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node-red-bridge\n\nNode-RED running in local mode, served by Express.\n\n- Custom authentification schemes, using Aloes backend ( [device-manager](https://framagit.org/aloes/device-manager.git) ). \n\n- Contains subflows to quickly connect to Aloes API.\n\n- Fast interface prototyping to validate concepts.\n\n- Edit scenarios to create interactions chains with your device.\n\n\n\n## Settings\n\n### Required : \n- Use settings.js for Node-red standalone start ( with node-red commands ).\n- Use lib/node-setup.js and deploy/ when embedding in express application.\n\n\n### Optionals :\n\n- If you don't have any device yet, you can setup your own with [Gateway Manager](https://framagit.org/aloes/gatewaymanager.git) for Arduino, or [node-red-device](https://framagit.org/getlarge/node-red-device.git) for any Linux device.\n\n- Register a new device with [Aloes Client](https://framagit.org/aloes/aloes-client.git)\n\n- To generate a new password, use this command : \n\n```bash\nnode -e \"console.log(require('bcryptjs').hashSync(process.argv[1], 8));\" your-password-here\n```\n\nAnd copy generated password into settings.js, or deploy/.env files coresponding to your NODE_ENV.\n\n\n## Usage\n\n```bash\ngit clone https://framagit.org/aloes/node-red-bridge.git \nnpm install\n```\n\n### Starting with Node-red CLI\n\nWhen running multiple instances in parallel, you can specify a port:\n\n```bash\nnpm run start -- -p 1885\n```\nTo run a specific flow file:\n\n```bash\nnpm run start -- testFlow.json\n```\n\n### Starting with Nodemon\n\nTo run via Express ( create .env file first using .env.sample as model ):\n\n```bash\nnpm run start:dev\n```\n\n### Starting with PM2\n\n```bash\nnpm install -g pm2\n```\n\nCreate deploy/.env_ files coresponding to your NODE_ENV. ( .env_local for NODE_ENV=local ).\n\nEdit ecosystem.config.js, then\n\n```bash\nnpm run start:local\n```\n\nIf you want to autorestart node-red\n\n```bash\npm2 startup\npm2 save\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetlarge%2Fnode-red-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetlarge%2Fnode-red-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetlarge%2Fnode-red-bridge/lists"}