Dawarich is a self-hosted web application to replace Google Timeline (aka Google Location History). It allows you to import your location history from

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-06-22 08:30:06

Dawarich is a self-hosted web application to replace Google Timeline (aka Google Location History). It allows you to import your location history from Google Maps Timeline and Owntracks, view it on a map and see some statistics, such as the number of countries and cities visited, and distance traveled.

To track your location, install the Owntracks app or Overland app on your phone and configure it to send location updates to your Dawarich instance.

The url to send the location updates to is http://<your-dawarich-instance>/api/v1/owntracks/points?api_key=YOUR_API_KEY.

The url to send the location updates to is http://<your-dawarich-instance>/api/v1/overland/batches?api_key=YOUR_API_KEY.

You can see the number of countries and cities visited, the distance traveled, and the time spent in each country, splitted by years and months.

⚠️ Note: Import of huge Google Maps Timeline files may take a long time and consume a lot of memory. It also might temporarily consume a lot of disk space due to logs. Please make sure you have enough resources before starting the import. After import is completed, you can restart your docker container and logs will be removed.

Leave a Comment