this post was submitted on 11 May 2025
65 points (95.8% liked)

Selfhosted

46677 readers
891 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

See their release page for more details:

⚠️ This release includes a breaking change. ⚠️

For those unfamiliar, Dawarich is a self hosted location tracker / timeline

https://github.com/Freika/dawarich

https://dawarich.app/

top 10 comments
sorted by: hot top controversial new old
[–] [email protected] 32 points 2 weeks ago

For those unfamiliar, Dawarich is a self hosted location tracker / timeline

Thank you for that. Its surprising how long that takes to answer when I see some release announcements. Especially over on Mastodon.

[–] [email protected] 7 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

This looks cool, I was thinking about this as part of de-googleing.

~~Does it have location sharing like google's services?~~ A little reading and I find the answer is OwnTracks or Overland

[–] [email protected] 1 points 2 weeks ago (1 children)

There's also GPS logger, maybe more up-to-date :) and more privacy friendly !

[–] [email protected] 1 points 2 weeks ago

Android app, never mind

[–] [email protected] 3 points 2 weeks ago

Oooh, that's a pretty cool project.

[–] [email protected] 3 points 2 weeks ago (1 children)

I'm new to this app and confused. If I install/configure OwnTracks, what else do I get from Dawarich?

[–] [email protected] 5 points 2 weeks ago (1 children)

Dawarich cleans a gpx route (if I understood it right), translates gps points to real world locations, calculated distances, and shows a map.

I track my position with gpslogger, yet I've got no direct map and the trash gps points at home is large

[–] [email protected] 2 points 2 weeks ago

Awesome, thank you.

[–] [email protected] 1 points 2 weeks ago

Very cool project, thank you ! I will give it a try on my next bike escapade !


Android GPS logger:

You may also want to check your environment, as there can be inaccuracy due to clouds, buildings, sunspots, alien invasion, etc.

[–] [email protected] 1 points 2 weeks ago* (last edited 2 weeks ago)

I'm trying to get Dawarich up on my server via Docker. It runs via local IP, but when I access via domain.com:6001 (port I've set in docker-compose.yml), I get error stating this is not allowed host and I should add it via config.hosts << "domain.com:6001" When I do add domain.com:6001 to APPLICATION_HOSTS in environment in docker-compose and create new containers with compose up -d, I still get error. I've also tried this, but the port seems to throw it off and not including the port does the same.