Favicon of Reitti

Reitti

Self-host your location data for complete privacy. Automatically detect visits, analyze trips, and transform your movements into shareable travel stories.

Gain a deeper understanding of your life's journey by transforming raw GPS data into a rich, visual timeline. This self-hosted application puts you in complete control of your location data, ensuring your privacy is never compromised. It automatically analyzes your movements to identify significant places, detect visits, and track trips, even recognizing whether you were walking, cycling, or driving.

Key capabilities include:

  • Automatic Analysis: Intelligently detects visits, analyzes trips with transport mode recognition, and categorizes your frequently visited locations.
  • Multiple Views: Visualize your day on an interactive timeline, see your entire family on a single map with the multi-user view, or watch location data update in real-time.
  • Create Travel Logs: The unique Memories feature lets you turn your location history into narrative-driven stories, complete with text, maps, and images.
  • Flexible Data Import: Easily import your history from Google Takeout, GPX files, or GeoJSON, and ingest live data from apps like OwnTracks and GPSLogger.

Directory Structure

reitti
db-data
reitti-data
.env
docker-compose.yml

docker-compose.yml

services:
  reitti:
    image: dedicatedcode/reitti:latest
    container_name: reitti
    restart: unless-stopped
    ports:
      - "8080:8080"
    environment:
      - DATABASE_URL=postgres://${DB_USER}:${DB_PASSWORD}@db:5432/${DB_NAME}
      - SECRET_KEY=${SECRET_KEY}
    volumes:
      - ./reitti-data:/app/data
    depends_on:
      - db

  db:
    image: postgres:15-alpine
    container_name: reitti_db
    restart: unless-stopped
    environment:
      - POSTGRES_USER=${DB_USER}
      - POSTGRES_PASSWORD=${DB_PASSWORD}
      - POSTGRES_DB=${DB_NAME}
    volumes:
      - ./db-data:/var/lib/postgresql/data

.env

DB_USER=reitti_user
DB_PASSWORD=super_secret_database_password
DB_NAME=reitti_db
SECRET_KEY=your_super_secret_key_here
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Reitti

Favicon

 

  
  
Favicon

 

  
  
Favicon