by simonmysun on 11/20/24, 8:06 PM with 6 comments
I would like to ask for advises for open source self hosted alternatives that collect location data quietly in background. Here are what I've found:
https://github.com/traccar/traccar (server, client)
https://github.com/mendhak/gpslogger (client)
https://github.com/home-assistant (server, has location tracking integration)
https://github.com/owntracks (server, client)
https://github.com/Freika/dawarich (server)
https://github.com/aaronpk/Overland-iOS (iOS client)
https://github.com/OpenHumans/overland_android (Android client, inactive)
https://github.com/aaronpk/Compass (server)
https://github.com/julien-nc/phonetrack (web client, use Nextcloud as server)
Any recommendations or tips?Thanks!
by sathyabhat on 11/22/24, 5:57 AM
The initial setup is slightly annoying as well. Here’s a small write up from me: https://sathyasays.com/2024/07/13/self-hosting-owntracks-goo...
by runjake on 11/21/24, 8:58 PM
I wrote a Shortcuts Automation that triggers when CarPlay disconnects. It then grabs the current date and time, the current latitude and longitude, the street address and an Apple Maps link and appends it to a "Location Log" note in the Notes app. I could've dumped it to a file instead, but I wanted it in a note.
It requires zero interaction from me.
by whatarethembits on 11/21/24, 5:21 PM