Favicon of Owntracks

Owntracks

Keep a private diary of your location or share it securely with family. This open-source app uses open protocols to ensure your data remains private.

Keep track of your location with full control over your data. This application allows you to create a private location diary or securely share your whereabouts with family and friends. As an open-source project, it prioritizes your privacy and security, using open protocols for all communication. This ensures your location data is never in the hands of a third party without your consent.

You can use it to:

  • Build a personal, private location history.
  • Share your real-time location with trusted contacts.
  • Ensure your data remains secure and under your control.

Getting started is simple. Install the app on your smartphone and connect to a server. For ultimate privacy, you can follow the documentation to set up and host your own server, giving you complete ownership of your location data.

Directory Structure

owntracks
config
store
.env
docker-compose.yml

docker-compose.yml

services:
  recorder:
    image: owntracks/recorder:latest
    container_name: owntracks-recorder
    ports:
      - "8083:8083"
    volumes:
      - ./config:/config
      - ./store:/store
    environment:
      - OTR_PORT=1883
      - OTR_HOST=${OTR_HOST}
      - OTR_USER=${OTR_USER}
      - OTR_PASS=${OTR_PASS}
    restart: unless-stopped

.env

OTR_HOST=mqtt.example.com
OTR_USER=owntracks_user
OTR_PASS=your_super_secret_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Owntracks

Favicon

 

  
  
Favicon

 

  
  
Favicon