88 support the new google location historyjson (#100)

This commit is contained in:
Daniel Graf
2025-07-08 16:07:29 +02:00
committed by GitHub
parent e9c51cbc6b
commit be7018bf4c
46 changed files with 2148 additions and 9085 deletions

View File

@@ -80,7 +80,7 @@ The easiest way to get started is using Docker Compose:
3. Access the application at `http://localhost:8080`
4. Create your first user account through the web interface
4. Login with admin:admin
### Development Setup
@@ -98,7 +98,7 @@ For development or custom deployments:
3. Access the application at `http://localhost:8080`
Default user name and password is `admin`
Default username and password is `admin`
### Building Docker Image
@@ -114,11 +114,10 @@ docker build -t reitti/reitti:latest .
After starting the application:
1. **Create User Account**: Set up your first user account
2. **Generate API Token**: Create an API token in Settings → API Tokens for mobile app integration
3. **Configure Geocoding**: Add geocoding services in Settings → Geocoding for address resolution
4. **Import Data**: Upload your location data via Settings → Import Data
5. **Set up Mobile Apps**: Configure OwnTracks or GPSLogger for real-time tracking
1. **Generate API Token**: Create an API token in Settings → API Tokens for mobile app integration
2. **Configure Geocoding**: Add geocoding services in Settings → Geocoding for address resolution
3. **Import Data**: Upload your location data via Settings → Import Data
4. **Set up Mobile Apps**: Configure OwnTracks or GPSLogger for real-time tracking
## Docker Deployment