ABOUT
Reitti is a self-hosted location tracking and analysis platform that detects significant places, trip patterns, and integrates with OwnTracks, GPSLogger, and Immich. It uses PostgreSQL + PostGIS, RabbitMQ, Redis, and an optional Photon geocoder.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU4096 MB RAM15 GB disk
Config path/opt/reitti/.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/reitti.sh'; sha='bfa8e2e7a5827f73b38bc0dd3855ac267575b465ab6a59f8fcd481b0f1fd548c'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/reitti.shSHA-256 bfa8e2e7a5827f73b38bc0dd3855ac267575b465ab6a59f8fcd481b0f1fd548c LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.