mirror of
https://github.com/YunoHost-Apps/owntracks_ynh.git
synced 2024-09-03 19:56:24 +02:00
Auto-update README
This commit is contained in:
parent
39be737560
commit
038d87ac43
2 changed files with 29 additions and 48 deletions
39
README.md
39
README.md
|
@ -16,36 +16,27 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
## Overview
|
||||
|
||||
Keep track of your location history
|
||||
This is a web interface for OwnTracks built as a Vue.js single page application. The recorder itself already ships with some basic web pages, this is a more advanced interface with more functionality, all in one place.
|
||||
|
||||
**Shipped version:** 0.1~ynh10
|
||||
### Features
|
||||
|
||||
- Last known (i.e. live) locations:
|
||||
- Location history (data points, line or both)
|
||||
- Location heatmap
|
||||
- Quickly fit all shown objects on the map into view
|
||||
- Display data in a specific date and time range
|
||||
- Filter by user or specific device
|
||||
- Calculation of distance travelled
|
||||
- Download selected location data as JSON
|
||||
- Highly customisable
|
||||
|
||||
|
||||
**Shipped version:** 2.12.0~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
![Screenshot of OwnTracks](./doc/screenshots/screenshot.png)
|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
## 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
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://owntracks.org/>
|
||||
|
|
38
README_fr.md
38
README_fr.md
|
@ -16,36 +16,26 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
## Vue d’ensemble
|
||||
|
||||
Gérez votre historique de géolocalisation
|
||||
Il s'agit d'une interface Web pour OwnTracks construite comme une application Vue.js à page unique. L'enregistreur lui-même est déjà livré avec quelques pages Web de base. Il s'agit d'une interface plus avancée avec plus de fonctionnalités, le tout en un seul endroit.
|
||||
|
||||
**Version incluse :** 0.1~ynh10
|
||||
### Caractéristiques
|
||||
|
||||
- Derniers emplacements connus (c'est-à-dire en direct) :
|
||||
- Historique de localisation (points de données, ligne ou les deux)
|
||||
- Carte thermique de localisation
|
||||
- Ajustez rapidement tous les objets affichés sur la carte
|
||||
- Afficher les données dans une plage de date et d'heure spécifique
|
||||
- Filtrer par utilisateur ou appareil spécifique
|
||||
- Calcul de la distance parcourue
|
||||
- Télécharger les données de localisation sélectionnées au format JSON
|
||||
- Hautement personnalisable
|
||||
|
||||
**Version incluse :** 2.12.0~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
![Capture d’écran de OwnTracks](./doc/screenshots/screenshot.png)
|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
## Caractéristiques
|
||||
|
||||
- [Fonctionnalités d'OwnTracks pour une API HTTP](http://owntracks.org/booklet/tech/http/), limité aux [fonctionnalités implémentées par l'enregistreur PHP](https://github.com/tomyvi/php-owntracks-recorder#features). Notamment, pas de fonction Amis. L'[enregistreur PHP en amont a été modifié](https://github.com/tituspijean/php-owntracks-recorder) pour supprimer une dépendance PHP encombrante.
|
||||
- Multi-utilisateur : chaque utilisateur YunoHost peut se connecter via l'authentification HTTP de base, et n'a accès qu'à ses données.
|
||||
|
||||
## Installation
|
||||
|
||||
- Installez l'application sur votre serveur YunoHost
|
||||
- Installez l'application mobile sur votre appareil, consultez le [site Web d'OwnTracks](http://owntracks.org)
|
||||
- Configurez votre application mobile :
|
||||
- Autorisez-le à accéder à votre emplacement
|
||||
- Préférence > Connexion
|
||||
- Mode : `http privé`
|
||||
- Hébergeur : `https://DOMAIN/PATH/record.php`
|
||||
- Identification
|
||||
- Authentification: `enabled`
|
||||
- Nom d'utilisateur/mot de passe : vos identifiants YNH
|
||||
- ID de l'appareil : comme vous le souhaitez
|
||||
- Reportez-vous à la [documentation d'OwnTracks](http://owntracks.org/booklet) pour les autres paramètres
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://owntracks.org/>
|
||||
|
|
Loading…
Reference in a new issue