Dawarich
Self-hostable alternative to Google Timeline (Google Location History)
Alternative to: google timeline, google maps timeline, google location history

About
Versions (100)
0.36.0-rc.1
2025-11-14OIDC and KML support release
To configure your OIDC provider, set the following environment variables:
OIDC_CLIENT_ID=client_id_example
OIDC_CLIENT_SECRET=client_secret_example
OIDC_ISSUER=https://authentik.yourdomain.com/application/o/dawarich/
OIDC_REDIRECT_URI=https://your-dawarich-url.com/users/auth/openid_connect/callback
Added
- Support for KML file uploads. #350
- Added a commented line in the
docker-compose.ymlfile to use an alternative PostGIS image for ARM architecture.
Fixed
- The map settings panel is now scrollable
Changed
- Internal redis settings updated to implement support for connecting to Redis via unix socket. #1706
- Implemented authentication via GitHub and Google for Dawarich Cloud.
- Implemented OpenID Connect authentication for self-hosted Dawarich instances. #66
What’s Changed
- Feature/kml by @Freika in https://github.com/Freika/dawarich/pull/1951
- Feature/omniauth by @Freika in https://github.com/Freika/dawarich/pull/1880
Full Changelog: https://github.com/Freika/dawarich/compare/0.35.1…0.36.0-rc.1