Skip to content

Commit

Permalink
Changed Node-Red network mode to host (#215)
Browse files Browse the repository at this point in the history
Node red does not work well when it is on bridge mode with other tools
such as HomeBridge and HomeAssistant. Running it on host mode solves
problem. The other alternative is to have both on same network but this
one is better since homebridge asks host mode specifically which is one
of the main integration which people use with Node-Red.
  • Loading branch information
niravjdn authored Jul 18, 2023
1 parent a8485cb commit 1ca70aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Apps/Node-RED/appfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"image": "nodered/node-red:2.2.2-12",
"shell": "sh",
"privileged": false,
"network_model": "bridge",
"network_model": "host",
"web_ui": {
"http": "1880",
"path": "/"
Expand Down Expand Up @@ -86,4 +86,4 @@
"url": ""
},
"latest_update_date": ""
}
}

0 comments on commit 1ca70aa

Please sign in to comment.