2021-07-24 08:28:53 +02:00
<!--
2024-06-03 20:04:26 +02:00
N.B.: This README was automatically generated by < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
2021-07-24 08:28:53 +02:00
It shall NOT be edited by hand.
-->
# OwnTracks for YunoHost
2018-02-19 22:23:03 +01:00
2023-10-31 15:27:20 +01:00
[![Integration level ](https://dash.yunohost.org/integration/owntracks.svg )](https://dash.yunohost.org/appci/app/owntracks) ![Working status ](https://ci-apps.yunohost.org/ci/badges/owntracks.status.svg ) ![Maintenance status ](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)
2024-06-03 20:04:26 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2018-02-19 22:23:03 +01:00
2024-06-03 20:04:26 +02:00
> *This package allows you to install OwnTracks quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2021-03-17 09:09:35 +01:00
## Overview
2021-07-24 08:28:53 +02:00
2024-01-27 13:11:14 +01:00
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.
2021-07-24 08:28:53 +02:00
2024-01-27 13:11:14 +01:00
### Features
2021-07-24 08:28:53 +02:00
2024-01-27 13:11:14 +01:00
- 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
2021-07-24 08:28:53 +02:00
2018-02-19 22:23:03 +01:00
2024-06-16 03:43:12 +02:00
**Shipped version:** 2.15.3~ynh1
2018-02-19 22:23:03 +01:00
2024-01-27 13:11:14 +01:00
## Screenshots
2018-02-19 22:23:03 +01:00
2024-01-27 13:11:14 +01:00
![Screenshot of OwnTracks ](./doc/screenshots/screenshot.png )
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
2024-06-03 20:04:26 +02:00
- Official app website: < https: // owntracks . org />
- Upstream app code repository: < https: // github . com / owntracks / frontend >
- YunoHost Store: < https: // apps . 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
2024-06-03 20:04:26 +02:00
Please send your pull request to the [`testing` branch ](https://github.com/YunoHost-Apps/owntracks_ynh/tree/testing ).
2021-03-17 09:09:35 +01:00
2024-06-03 20:04:26 +02:00
To try the `testing` branch, please proceed like that:
2023-10-31 15:27:20 +01:00
2024-06-03 20:04:26 +02:00
```bash
2021-03-17 09:09:35 +01:00
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
2024-06-03 20:04:26 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >