Release 0.26.0 · Dawarich (breaking changes) (github.com)
from otters_raft@lemmy.ca to selfhosted@lemmy.world on 11 May 00:50
https://lemmy.ca/post/43818963

See their release page for more details:

⚠️ This release includes a breaking change. ⚠️

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

github.com/Freika/dawarich

dawarich.app

#selfhosted

threaded - newest

BlueEther@no.lastname.nz on 11 May 01:57 next collapse

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

N0x0n@lemmy.ml on 12 May 13:58 collapse

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

BlueEther@no.lastname.nz on 13 May 05:51 collapse

Android app, never mind

Estebiu@lemmy.dbzer0.com on 11 May 02:04 next collapse

Oooh, that’s a pretty cool project.

Bishma@discuss.tchncs.de on 11 May 02:15 next collapse

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.

catloaf@lemm.ee on 11 May 02:28 collapse

Agreed. I don’t know why people post so many random projects’ minor update releases with no context.

victorz@lemmy.world on 11 May 09:38 collapse

Yeah it’s very frustrating. Unless there’s a bunch of exciting features, just let it be. Especially these niche little repos.

If you want to promote a repo, better to make a post with details on what it is, does, and what you like about it. Not just posting a small update with only the title of the project followed by “released”.

perishthethought@lemm.ee on 11 May 05:02 next collapse

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

enemenemu@lemm.ee on 11 May 05:35 collapse

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

perishthethought@lemm.ee on 11 May 13:32 collapse

Awesome, thank you.

N0x0n@lemmy.ml on 12 May 13:53 next collapse

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.

kokesh@lemmy.world on 13 May 12:06 collapse

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. <img alt="" src="https://lemmy.world/pictrs/image/4921cc04-48e7-45b9-b44e-49f02bf5914b.jpeg">