this post was submitted on 03 Jul 2025
614 points (99.5% liked)

Selfhosted

49434 readers
897 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
 

Hey everyone!

I'm excited to introduce Reitti, a location tracking and analysis application designed to help you gain insights about your movement patterns and significant places—all while keeping your data private on your own server.

Core Capabilities:

  • Visit Tracking: Automatically recognizes and categorizes the places where you spend time, using customizable detection algorithms
  • Trip Analysis: Analyzes your movements between locations to understand how you travel whether by walking, cycling, or driving
  • Interactive Timeline: Visualizes all your past activities on an interactive timeline with map and list views that show visit duration, transport method, and distance traveled

Photo Integration:

  • Connect your self-hosted Immich photo server to seamlessly display photos taken at specific locations right within Reitti's timeline. The interactive photo viewer lets you browse galleries for each place.

Data Import Options:

  • Multiple Formats Supported: Reitti can import existing location data from GPX, GeoJSON, and Google Takeout (JSON) backups
  • (Near) Real-time Updates: Automatically receive location info via mobile apps like OwnTracks, GPSLogger or our REST API

Customization:

  • Multi-geocoding Services: Configurable options to convert coordinates to human-readable addresses using providers like Nominatim
  • User Profiles: Customize individual display names, password management, and API token security under your own control

Self-hosting:

  • Reitti is designed to be deployed on your own infrastructure using Docker containers. We provide configuration templates to set up linked services like PostgreSQL, RabbitMQ and Redis that keep all your location data private.

Reitti is still early in development but has already developed extensive capabilities. I'd love to hear your feedback and answer any questions to tailor Reitti to meet the community's needs.

Hope this sparks some interest!

Daniel

(page 2) 50 comments
sorted by: hot top controversial new old
[–] nieceandtows@programming.dev 3 points 1 week ago

I've been putting off setting up an immich server. Would this do well if hosted on the same machine?

[–] Zagorath@aussie.zone 3 points 1 week ago (3 children)

I love that it supports multiple formats for important location as well as multiple geocoders. But that makes me wonder, would it be feasible to support multiple image libraries? There's a bunch of different FOSS photo libraries out there. I think Nextcloud is the main other one I've heard about 'in the wild', as it were. Or is there too much bespoke Immich code in there for that to be a simple plug-and-play option?

load more comments (3 replies)
[–] someacnt@sh.itjust.works 3 points 1 week ago (1 children)

I am slightly bothered by how the logo is quite off-center, is it intentional?

load more comments (1 replies)
[–] Kernal64@sh.itjust.works 2 points 1 week ago (1 children)

This looks really cool! I just have one question. Is it possible to just install this like normal software on a Linux machine or does it require Docker?

[–] danielgraf@discuss.tchncs.de 2 points 1 week ago (2 children)

Thank you.

At the moment i do not have any plans of providing a way of running it without docker. Mainly because of time to support that.

Since it is a Spring-Boot-Application it would be possible to create a jar file which you can execute or deploy as a service with systemd. But then you have to make sure all prerequisites are also running. That is the one thing I like about docker and especially docker compose.

But short answer: Yes, it is possible but you are on your own at the moment. I would help and maybe we can add a section to the readme how to do it.

load more comments (2 replies)
[–] SkaveRat@discuss.tchncs.de 2 points 1 week ago (1 children)
load more comments (1 replies)
[–] LazyToad@sopuli.xyz 2 points 1 week ago (2 children)

Got it up and running, looks neat!

Is there a way to import old pictures from Immich? If I take new ones they do show up on Reitti, but none of the old ones are shown.

[–] danielgraf@discuss.tchncs.de 3 points 1 week ago (2 children)

Thank you for testing Reitti. 🙏

It depends on two key requirements for Reitti:

  1. First, it finds all photos from Immich taken on the day you selected.
  2. Then, it filters these photos based on the selected map bounds, using the embedded EXIF geolocation data (where the photo was shot).

If the EXIF data does not contain geolocation information, we currently cannot display those photos because their placement on the map cannot be determined.

Could you please verify in Immich if the expected photo has its location in the metadata? If it is available there, then the issue might lie in how Reitti is parsing that specific data.

load more comments (2 replies)
load more comments (1 replies)
[–] shrink9313@lemmy.world 2 points 1 week ago (1 children)

Dear OP,

I just spent some time setting up Reitti and I am very pleased with the results. Many thanks for all the work and great documentation.

I do have a few questions:

  1. You mention that it can take hours to days for Photon to setup. How do I know its done?
  2. The default external reverse geocoding is not doing anything for me, but there seems little to no info in the logs for me to try any remedy. Related to my previous comment, how would I know that photon is working correct?
  3. Is it possible to enjoy the map view in color in stead of the black and white?

Thanks for your time.

[–] danielgraf@discuss.tchncs.de 1 points 1 week ago (1 children)

Cool, thanks for the feedback.

For: 1: There should be something about downloading in the Photon logs. You can check with docker compose logs photon. I do not remember how long it took to download the index for Germany, but it was noticeable. It depends a lot on how you are connected to the internet and then how long it takes to extract the index.

2: You should also see that in the log of Photon. If the default does not work reliably, you can create an account on Geoapify; it is free, and you get 3000 reverse geocode requests per day. I personally have Photon for DE and then the default service and additional Geoapify.

3: Yeah, I was also thinking about that. In the end, a per-user setting and then the overlay should be disabled, but it could take a while until I can get to it.

[–] shrink9313@lemmy.world 1 points 1 week ago

Thanks a bunch for your time and answers! Ill have another go later this week and try to report back here. GPS logger and immich work flawless!

[–] ada@piefed.blahaj.zone 2 points 1 week ago (1 children)

Having all of this data stored in a location I can control has been really good.

But yesterday, it was pointed out to me that the API reitti provides means I have access to over a decades worth of location history that I can use to geotag my photo collection! That is a game changer. I've been trying to find a way to pull that information from google location history for a long time, and it turns out, you've created it!

This is really valuable to me, so I want you to know just how much I appreciate the effort you've put in to making it. Thank you

load more comments (1 replies)
[–] umbrella@lemmy.ml 1 points 1 week ago (1 children)

can i use it to track vehicles too like traccar?

[–] danielgraf@discuss.tchncs.de 2 points 1 week ago

I have no experience with traccar but it seems that it supports live tracking. This is something Reitti does not support. Depends on your usecase, but i think traccar is better suited.

[–] SomeDudeFromSpace@lemmy.ml 1 points 1 week ago (1 children)

Great project! Any recommendations for an iOS app for this? I've been using OwnTracks, but it works very unreliably. As far as I understand, it's an OS problem since Apple allows for very limited background processing for the sake of saving battery, so there's not much any logging apps can do, but I was just curious if someone found a way around it.

[–] danielgraf@discuss.tchncs.de 2 points 1 week ago

Not really, I stopped using IOS a year ago because of exactly this reason. Had a lot of problems syncing files because of the power saving. I understand why IOS is doing it and for a normal user I think it is the way to go. But anything beyond that, it only hinders the experience you get out of apps. Maybe someone here as any experience with an app which works reliably.

[–] TheHobbyist@lemmy.zip 1 points 1 week ago* (last edited 1 week ago)

Congrats! Amazing project, exciting interface and you went the extra mile on the integration side with third parties. Kudos!

Edit: I'll definitely have to try it out!

[–] corsicanguppy@lemmy.ca 1 points 1 week ago

Docker-dependent? It looks fantastic, but I have no containers in my home-lab -- and it's based on my time managing OS security for an OS. I'm stuck living vicariously through the rest of you, so report back often.

load more comments
view more: ‹ prev next ›