When I used to port forward straight to BI I was getting images with my push notification. But since introducing NGINX into the mix, this stop working. Any idea how to get around this?
When I used to port forward straight to BI I was getting images with my push notification. But since introducing NGINX into the mix, this stop working. Any idea how to get around this?
I've figured out how to send Pushover notifications with pictures and hyperlinks from Blue Iris Actions without using external scripts. This approach uses curl and the Pushover API, and provides functionality similar to that recently described for Telegram . EDIT (5/16/2022) - For those who...
I too am having this problem. I have found that it is when Im using a reverse proxy. So the app auto configures the lan to connect to the BI server via its lan ip and port. so when connected to the same network as the server it has no problem with notifications. However, when remotely connected via a sub domain (blueiris.example.com) utilizing the reverse proxy (Nginx Proxy Manger in my case) all notifications are missing the pictures as you've described, regardless of using ssl or not. Everything else works with no issues UI3 the App etc. I have tried so many various configurations of custom settings and locations in nginx its crazy. It would be nice to be able to use the built in notification option.