Favicon of TRIP

TRIP

Plan adventures with a self-hosted map tracker. Visualize points of interest, collaborate on itineraries, and manage trip details privately with zero ads.

Plan your next adventure with a self-hosted, minimalist map tracker and trip planner designed to keep your data private. Whether you are mapping out local points of interest or organizing a complex multi-day journey, you have full control over your travel details without any telemetry, tracking, or ads. Enjoy a comprehensive set of features to make travel preparation effortless:

  • Interactive POI Mapping: Quickly add and manage points of interest on an interactive map, complete with custom metadata like cost, duration, and dog-friendly status.
  • Advanced Filtering: Use categories and filters to find exactly what you are looking for in seconds.
  • Collaborative Planning: Work together with multiple members to build the perfect itinerary.
  • Comprehensive Trip Details: Keep track of checklists, packing lists, file attachments, and travel expenses all in one central hub.

Experience a completely free and open-source solution built to help you focus on enjoying your time away.

Directory Structure

trip
storage
.env
docker-compose.yml

docker-compose.yml

services:
  app:
    image: ghcr.io/itskovacs/trip:1
    ports:
      - 127.0.0.1:8080:8000 #127.0.0.1: locally exposed, on port 8080 by default
    volumes:
      - ./storage:/app/storage #If you were previously using a named volume, follow https://github.com/itskovacs/trip/releases/tag/1.5.0 to migrate your data.
    command: ["fastapi", "run", "/app/trip/main.py", "--host", "0.0.0.0"]
    restart: unless-stopped
Categories:

Share:

Ad
Favicon

 

  
 

Similar to TRIP

Favicon

 

  
  
Favicon

 

  
  
Favicon