mirror of
https://github.com/YunoHost-Apps/owntracks_ynh.git
synced 2024-09-03 19:56:24 +02:00
19 lines
1 KiB
Markdown
19 lines
1 KiB
Markdown
## Features
|
|
|
|
- [OwnTracks features for a HTTP API](http://owntracks.org/booklet/tech/http/), limited to the [features implemented by the PHP recorder](https://github.com/tomyvi/php-owntracks-recorder#features). Notably, no Friends feature. The [upstream PHP recorder has been tweaked](https://github.com/tituspijean/php-owntracks-recorder) to remove a cumbersome PHP dependency.
|
|
- Multi-user: each YunoHost user can connect though basic HTTP authentication, and has only access to their data.
|
|
|
|
## Installation
|
|
|
|
- Install the app on your YunoHost server
|
|
- Install the mobile app on your device, see [OwnTracks website](http://owntracks.org)
|
|
- Configure your mobile app:
|
|
- Allow it to access your location
|
|
- Preference > Connection
|
|
- Mode: `Private http`
|
|
- Host: `https://DOMAIN/PATH/record.php`
|
|
- Identification
|
|
- Authentication: `enabled`
|
|
- Username/password: your YNH credentials
|
|
- Device ID: as you wish
|
|
- Refer to the [OwnTracks documentation](http://owntracks.org/booklet) for the other settings
|