question

gootch avatar image
gootch asked

Node Red access via http instead of https

Hi,

after I upgraded to VenusOs Large 3.00 Node Red seems to have switched to https and port 1881 and is not accessible via http and port 1880 anymore.

Is there a possibility to activate http again?

I know that https is preferred but there are reasons why this is not possible in my system.

Regards Joachim

Venus OSNode-RED
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

2 Answers
Dirk-Jan Faber (Victron Energy) avatar image
Dirk-Jan Faber (Victron Energy) answered ·

It is possible to let the Node-RED instance to also listen on the external interface by creating the following /data/home/nodered/.nodered/settings-user.js file and restarting Node-RED:

module.exports = {
  uiHost: "::"
}
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

xsilvergs avatar image
xsilvergs answered ·

@Dirk-Jan Faber

Should that read /data/home/nodered/.node-red ?

I have placed settings-user.js at the above and it works great, thanks for tip.

1 comment
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

Dirk-Jan Faber (Victron Energy) avatar image Dirk-Jan Faber (Victron Energy) ♦ commented ·
You are right. I've adjusted it in my answer. Thanks!
1 Like 1 ·