ioBroker / ioBroker.node-red

Instantiate the server with node-red
Apache License 2.0
52 stars 27 forks source link

ioBroker behind nginx Proxy - Nodered does not work #478

Open fritzrichter opened 1 week ago

fritzrichter commented 1 week ago

Hi there, my iobroker is installed as docker image and macvlan as network. On top I hide it behind an nginx (swag) proxy. It's working so far overall.

Nodered is bound to eth1 and port 1881 which I put behind an nginx proxy as well, I am able to open it via https://nodered.xyz.com.

My problems are the following:

  1. The "Node-RED" page in the menu does not open anything
  2. If I click the overview page I see there is a link to nodered, but this URL has two problems. It looks like this "httpundefined://172.20.0.10:1881/". The first problem is httpundefined, the second is the internal IP which is docker internal, instead I'd like to use my external proxy url.

Any idea how to solve this?

klein0r commented 1 week ago

Which admin version is used?

Maybe related to https://github.com/ioBroker/ioBroker.admin/issues/2247#issuecomment-2183465261

fritzrichter commented 1 week ago

v6.13.16