Sprint 4 Completed Tasks - lmkelly/Autoguard GitHub Wiki

Task 1

The first task of this sprint was to make the process work more effectively. I was having issues with the cron job not polling frequently enough which I figured out was because it was only doing it every 10 minutes, this was solved by changing the minute number to "1" which sets it to grab new emails every minute. I was also looking for a way to move the config file into wireguard using a script which is solved by searching around and finding a new method that wireguard collects config files: in a newly updated configuration directory where you can simply move files to be fed straight to wireguard

Task 2

Now that the project was completed I spent the remainder of the sprint cleaning up the github to wind down the project.