pageauc / speed-camera

A Unix, Windows, Raspberry Pi Object Speed Camera using python, opencv, video streaming, motion tracking. Includes a Standalone Web Server Interface, Image Search using opencv template match and a whiptail Admin Menu Interface Includes picam and webcam Plugins for motion track security camera configuration including rclone sync script. watch-app allows remotely controller camera configuration from a remote storage service name. Uses sqlite3 and gnuplot for reporting. Recently added openalpr license plate reader support.
Apache License 2.0
983 stars 172 forks source link

Feature request: htaccess for webserver #60

Closed will-code-for-pizza closed 3 years ago

will-code-for-pizza commented 4 years ago

Hi Claude,

have you ever thought about implementing access protection for the web server? I'm thinking of classic htaccess protection.

Regards Will

ralftar commented 3 years ago

Just set up a reverse proxy in front with encryption and authentication, then you are safe and good to go online.

pageauc commented 3 years ago

You can also upload recent folder using rclone that is installed with speed camera. For details see https://github.com/pageauc/speed-camera/wiki/Manage-rclone-Remote-Storage-File-Transfer I upload to my google drive and view using web browser or google drive App. Rclone will manage syncing recent folder so you don't fill up your google drive. Just set recent to a reasonable number. I would recommend less than 500 but 1000 is also possible but slower.

Speed camera can also be used like a security camera. Should be low false positives due to motion tracking rather than motion detection.