Recent content by algertc

  1. algertc

    Full ALPR Database System for Blue Iris!

    Tailscale is easy to use which is nice. I'd look for a youtube tutorial. Wireguard is comparatively way more involved and less intuitive to set up, but is faster. If you have a Unifi network, ignore all of those options and use the wifiman app from unifi. It has a feature that they call...
  2. algertc

    Full ALPR Database System for Blue Iris!

    I'm not suggesting that it's good to expose blue iris, but I would like to share that I have done some penetration testing on UI3, and it does seem to be pretty alright in terms of security against common attacks. I personally have BI on the internet with nginx proxy manager and a cloudflare DNS...
  3. algertc

    Full ALPR Database System for Blue Iris!

    I've also only ever done it once before. Niche use case and not that well known. This is a networking question and not something that the app could circumvent. You still need to be able to connect to your docker machine, regardless of how you are accessing it. Same as the Blue Iris app. For...
  4. algertc

    Full ALPR Database System for Blue Iris!

    Same url you use to connect from anything else. IP address of your docker machine with the port as 3000. I realize now that my images may be slightly confusing because of the "alpr.database". That is a local DNS record that I created for my container. Yours will probably be something like...
  5. algertc

    Full ALPR Database System for Blue Iris!

    @VideoDad Agreed. Just removed it. Details for the other options are still in the API reference page in the docs site for the tiny set of users that might need it. I also added some clarification to the prerequisites in the Readme that working ALPR is required. Does anyone have a recommendation...
  6. algertc

    Full ALPR Database System for Blue Iris!

    @svalvasori @VideoDad I hadn't noticed the delete issue. Agreed that it should only delete that specific record. I think I reused some code from the database page without thinking about it. I'll change that soon. Thanks! I'll add a delete all option too.
  7. algertc

    Full ALPR Database System for Blue Iris!

    Is it correct if you switch it to 12 hour time? The hour filter is kind of tricky the way it works with the timestamps. Also make sure you have the full correctly formatted time zone: List of tz database time zones - Wikipedia Why not use one of the Canadian ones?
  8. algertc

    Full ALPR Database System for Blue Iris!

    He’s getting records, just missing images now.
  9. algertc

    Full ALPR Database System for Blue Iris!

    Your logs didn’t seem to have any error. Can you share your alert action?
  10. algertc

    Full ALPR Database System for Blue Iris!

    You should add the alert path macros for the open in blue Iris button. { "ai_dump":&JSON, "Image":"&ALERT_JPEG", "camera":"&CAM", "ALERT_PATH": "&ALERT_PATH", "ALERT_CLIP": "&ALERT_CLIP", "timestamp":"&ALERT_TIME" }
  11. algertc

    Full ALPR Database System for Blue Iris!

    Red emojis do not mean error.
  12. algertc

    Full ALPR Database System for Blue Iris!

    Any errors in the logs? If not, double check your alert payload. Else, I think your computers are just cursed against this app. Hopefully somebody else might know why. There’s not a max resolution, but if it’s huge, the file size will be too large and it will be rejected. @Vettester says that...
  13. algertc

    Full ALPR Database System for Blue Iris!

    Should or should not? Super peculiar that that was happening for you. I’ll add that solution to the troubleshooting section. Still doesn’t make any sense to me how the issue was caused.
  14. algertc

    Full ALPR Database System for Blue Iris!

    This is sort of a long shot, but can you try replacing your migrations.sql file with this: ALPR-Database/migrations.sql at 962103071ce468cd3282b740a6a8b5648ec85555 · algertc/ALPR-Database And see what happens? This is the version of the file before the update. It is possible that people...
  15. algertc

    Full ALPR Database System for Blue Iris!

    I can see these in Cloudflare. I could make it public and considered making some basic endopoints to get that sort of data for the little widgets/shields at the top of the GitHub readme, but I don’t really think it’s worth the time to do that right now. - Total docker pulls can be seen on the...