work log, scripts, and assorted files for a raspberry pi timelapse box.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
telescopium/work_log

21 lines
874 B

basic setup like hostname, enable ssh, wifi, etc., all done with the raspberry pi imager so i didn't have to do them
physically installed camera module
installed nginx
installed vim
made nginx point to telescopium.local so i can actually display the stuff from it
android can't connect to mdns addresses such as telescopium.local
made some folders in /var/www/html/ to do stuff
command for outputting a datetime filename: date +%+4Y-%m-%d-%Hh%Mm.jpg
added a listing for autoindexing the folder /var/www/html/stills/ with location /stills/ { autoindex: on; }
made a python script to take a picture, plus a systemd service and timer to take pictures daily! they need to be symlinked into /etc/systemd/system/
finally realized i never did `systemctl enable telescopium.timer --now` so the timer never started which is why my daily task hasn't been running. remedied.