Dawarich logo

Dawarich

Self-hostable alternative to Google Timeline (Google Location History)

Alternative to: google timeline, google maps timeline, google location history

Dawarich screenshotDawarich screenshot

About Versions (100)

0.36.0-rc.1

2025-11-14

OIDC 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.yml file 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

Full Changelog: https://github.com/Freika/dawarich/compare/0.35.1…0.36.0-rc.1