this post was submitted on 05 May 2025
51 points (98.1% liked)

Selfhosted

46653 readers
228 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
 

I am an information hoarder and liked the Foursquare swarm app for checking into restaurants and other interesting places when I travel, because I love seeing the pins on the map of the places I have been and remembering places later. I have scripts running to download my check-ins and store them in a self hosted map.

But I obviously don’t need to keep giving them my location data. Are there any self hosted alternatives with that kind of international database of places?

top 14 comments
sorted by: hot top controversial new old
[–] Zwuzelmaus@feddit.org 13 points 4 days ago (1 children)

For tracking my own location, I have tried out Traccar once. It works without any foreign data stores.

https://www.traccar.org/

https://f-droid.org/packages/org.traccar.client

[–] warmaster@lemmy.world 2 points 3 days ago* (last edited 3 days ago)

It also integrates well with Home Assistant and supports OBD2 devices, which is a very nice bonus.

[–] mbirth@lemmy.ml 10 points 4 days ago* (last edited 4 days ago) (1 children)

If you like to checkin manually to places, there’s PrivateSquare which will query places around you from Foursquare (so, 4sq will still see whereabout you are), but store the actual checkin in a local database.

If you want some automated tracking, I’m mostly happy with OwnTracks which logs to my DaWarIch instance. (I’ve previously used Traccar and php-owntracks-recorder.)

While I don’t see any battery usage from OwnTracks, my only gripe is that it can’t increase the amount of points logged when it detects movement because of Apple iOS limitations.

(For iOS, there’s also Geory which will log into a local database and CAN increase the logging by spawning a Live Activity. It gives me the most accurate logs so far. But they have to be exported manually to be stored elsewhere and the author wants to keep the app simple and doesn’t want to implement logging to external systems.)

Brilliant, love these options. I think Dawarich looks fun, and really powerful data gathering that is mapped to places and summarized, which is very cool

[–] ryokimball@infosec.pub 6 points 4 days ago (2 children)

I've heard that immich and other picture-organizing software can will something like this?

[–] BakedCatboy@lemmy.ml 5 points 4 days ago

Immich is pretty good for this if you take pictures at each location. It has a global map that shows all your photos with a heatmap-style display and a drawer that shows a grid of the photos within your viewport as you can and zoom around. It doesn't seem like you can view a specific album on the map currently but you can at least filter the map to favorites or a date range.

[–] Ulrich@feddit.org 1 points 4 days ago

I was going to say the same. It's wonderful.

[–] Nomad@infosec.pub 4 points 4 days ago (1 children)

Organic maps imports all business locations from google maps Afaik. Just import your own kml file to drop the pins. Even supports multiple different location markers. Live position tracking included and navigation if you ever want to return. No self hosting required at all.

[–] napkin2020@sh.itjust.works 3 points 3 days ago

Organic Maps solely uses OpenStreetMap.

[–] suicidaleggroll@lemm.ee 4 points 4 days ago (1 children)

How about Dawarich?

https://github.com/Freika/dawarich

I haven't used it myself, but I have it in the backlog of things to try out

I got a Dawarich instance running yesterday, so far it is pretty good. Getting it running over SSL was an absolute nightmare but now that it’s working the tracking is pretty powerful.

[–] a14o@feddit.org 4 points 4 days ago

I don't know of such an alternative. A quick solution would be to use something like GeoNotes to take geolocated notes.

As far as a self-hosted solution goes, I'd just like to point out that you wouldn't need a self-hosted database of places. You could query Ouverture (or Google, OSM, etc.) for places near you, and you'd just need to store the check-in on your server with a basic API. This is an interesting problem, and not super hard to implement.

[–] napkin2020@sh.itjust.works 2 points 4 days ago

Every single (opensource) automated location tracker I've tried drained battery to the point where it is borderline useful.

Your best bet is to use something like Immich like others mentioned but it lacks specific business data like Google Timeline has, which I don't think it's possible with anything else.

So many good options! Ya'll are the best