May I ask what you mean by NixOS support? There’s a docker compose you could use in their repo…
Comment on Introducing reitti: a selfhosted alternative to Google Timeline
Sibbo@sopuli.xyz 5 days ago
This looks amazing, and I will try it out once it has reasonable NixOS support.
I especially like the immich integration.
Does it increase battery consumption of the phone a lot?
beerclue@lemmy.world 5 days ago
Sibbo@sopuli.xyz 5 days ago
But then I’d have to combine that with existing services myself. NixOS ensures that there is only one postgres running for example, such that not every service starts its own postgres instance.
For immich, for example the following us enough for a most basic configuration:
services.immich.enable = true; services.immich.port = 2283;
beerclue@lemmy.world 5 days ago
I see what you mean, interesting. Didn’t really look at NixOS as a server os. I personally prefer using multiple compose files (in the process of migrating to k8s). I share resources too, like in your example, I just point to the existing DB instance, not create a new one for each new service.
smiletolerantly@awful.systems 5 days ago
Better open a package request (or pull request :D) then 😄
danielgraf@discuss.tchncs.de 5 days ago
Reitti on its own does not run on your phone. It relies on external apps to track your GPS location like GPSLogger or Owntracks. They will increase the battery consumption but I think it is bearable. I personally have setup GPSLogger to fetch every 30 seconds a GPS location and then sends it every hour to reitti. With that i do not see that more power usage. Currently starting to test how the power drain is with a 15 seconds interval.