1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owntracks_ynh.git synced 2024-09-03 19:56:24 +02:00
owntracks_ynh/README.md

68 lines
2.8 KiB
Markdown
Raw Normal View History

2021-07-24 08:28:53 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
# OwnTracks for YunoHost
2018-02-19 22:23:03 +01:00
2021-03-17 09:09:35 +01:00
[![Integration level](https://dash.yunohost.org/integration/owntracks.svg)](https://dash.yunohost.org/appci/app/owntracks) ![](https://ci-apps.yunohost.org/ci/badges/owntracks.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/owntracks.maintain.svg)
2021-07-24 08:28:53 +02:00
[![Install OwnTracks with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=owntracks)
*[Lire ce readme en français.](./README_fr.md)*
2018-02-19 22:23:03 +01:00
2021-07-24 08:28:53 +02:00
> *This package allows you to install OwnTracks quickly and simply on a YunoHost server.
2021-03-17 09:09:35 +01:00
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
## Overview
2021-07-24 08:28:53 +02:00
Keep track of your location history
**Shipped version:** 0.1~ynh10
## Screenshots
![](./doc/screenshots/screenshot.png)
## Disclaimers / important information
2018-02-19 22:23:03 +01:00
## Features
2021-07-24 08:28:53 +02:00
- [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.
2018-02-19 22:23:03 +01:00
- 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
2021-07-24 08:28:53 +02:00
- Install the mobile app on your device, see [OwnTracks website](http://owntracks.org)
2018-02-19 22:23:03 +01:00
- 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
2021-07-24 08:28:53 +02:00
- Refer to the [OwnTracks documentation](http://owntracks.org/booklet) for the other settings
2021-03-17 09:09:35 +01:00
2021-07-24 08:28:53 +02:00
## Documentation and resources
2021-03-17 09:09:35 +01:00
2021-07-24 08:28:53 +02:00
* Official app website: https://owntracks.org/
* Upstream app code repository: https://github.com/tomyvi/php-owntracks-recorder
* YunoHost documentation for this app: https://yunohost.org/app_owntracks
* Report a bug: https://github.com/YunoHost-Apps/owntracks_ynh/issues
2021-03-17 09:09:35 +01:00
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/owntracks_ynh/tree/testing).
To try the testing branch, please proceed like that.
```
sudo yunohost app install https://github.com/YunoHost-Apps/owntracks_ynh/tree/testing --debug
or
sudo yunohost app upgrade owntracks -u https://github.com/YunoHost-Apps/owntracks_ynh/tree/testing --debug
```
2021-07-24 08:28:53 +02:00
**More info regarding app packaging:** https://yunohost.org/packaging_apps