cloudedbats / cloudedbats_wurb_2020

CloudedBats-WURB. The DIY bat detector.
MIT License
21 stars 3 forks source link

Reduce the dependency on the pi user #45

Open arnoldandreasson opened 3 years ago

arnoldandreasson commented 3 years ago

It is a good practice to remove the root user from servers connected to internet. For Raspberry Pi this should also be done, but for the "pi" user instead. Detailed instructions can be found here: https://www.raspberrypi.org/documentation/configuration/security.md

The CloudedBats detector contains some dependencies to "/home/pi" that must be moved to configuration settings to make that possible.