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:
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.
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
OTR_HOST=mqtt.example.com
OTR_USER=owntracks_user
OTR_PASS=your_super_secret_password
Auto-fetched about 21 hours ago
Auto-fetched about 21 hours ago