I had the same problem. Getting the external IP address on the backend you have to modify both the reverse proxy and the webserver at the backend. The solution depends on what webserver you are running. I enabled authentication on the reverse proxy of my Synology. When I try to access HA from outside my home I have to login, when I access it from my lan I don’t. It should be possible to enable logging on synology for login attempts and do something with it (fe. fail2ban)
entity_id: persistent_notification.httplogin
Bob where can I find this entity? It is not in my list. Although you mentioned just the pushbullet entry as additional set up
I took this a step further and forwarded all persistent notifications to Telegram by triggering on the persistent_notification.create service call event:
Just got a little problem, trying to log out of the internal network I get a message that there is an attempt to login only that the address shown is 127.0.0.1 - I have https installed on the Pai. What should I do to show the correct address?
I got it to work. Did someone using NGINX and know how to implement this with Real IP and not the localhost ip,
Because its show my ip 127.0.0.0 anytime
noticed that persistent_notification.httplogin has become persistent_notification.http_login on my configuration which breaks the automation many are using, so anyone using this be sure to validate that it still works after the 0.86 update.