hassio-addons / addon-node-red

Node-RED - Home Assistant Community Add-ons
https://addons.community
MIT License
513 stars 117 forks source link

Can't access node-red via reverse proxy #1863

Closed foux closed 3 months ago

foux commented 3 months ago

Problem/Motivation

I'm trying to access my Node-Red addon via a reverse proxy. FOr that I point my reverse proxy to http://my.ha.ip:1880. But when accessing this URL (via or without my reverse proxy), I'm greated by a password/login popup, when I defined none in my configuration.

What are those default passwords?

Thanks

Expected behavior

Access to my Node-Red page

Actual behavior

Access to a login popup

Steps to reproduce

Go to http://ha.ip:1880

frenck commented 3 months ago

What are those default passwords?

There are no defaults. Log in with your HA account.

../Frenck