diff --git a/_includes/nav.html b/_includes/nav.html index 38ab90a..bd0b040 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,5 +1,5 @@
I loved this idea, and thought it would be no problem to get a Python script up and running periodically on my Raspberry Pi home server using cron
. However, I ran into various issues along the way (some of which were not so easy to resolve), so I’m collating all the configuration changes I made in the hopes that it will be useful to someone one day. You can find the full repo for this project here, and I have also included my Dockerfile, docker-compose.yml and crontab at the end of this TIL.