From 5b59cade63a1f83c019b88a9812fa4c749fae179 Mon Sep 17 00:00:00 2001 From: Shoofle Date: Thu, 10 Feb 2022 12:31:02 -0500 Subject: [PATCH] first work log --- telescopium_work_log | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 telescopium_work_log diff --git a/telescopium_work_log b/telescopium_work_log new file mode 100644 index 0000000..13ff795 --- /dev/null +++ b/telescopium_work_log @@ -0,0 +1,19 @@ +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; } + +