Node-red access without authentication? (solved)

I have node-red installed and working,

But there is a strange thing going on.
Well, i disabled ssl, because i want it to access local trough http://192.168.1.25:1880

When i do that i get an login-tab and need to login with my homeassistant username and pass…
is there a way to disable this ?

this is the message when i press cancel

401 Authorization Required
nginx

Regards

Found a solution,
adding this to the config: leave_front_door_open: true

1 Like

not working, where is this config?

It is very risk because somebody can access to your node red if they have the url.

I am searching for other solution instead of ‘’‘leave_front_door_open’‘’ set to true.

I tried add user and password to the url but it didnt work for my facebook api webhook setup