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_gl.md

60 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

2024-06-03 20:04:26 +02:00
<!--
NOTA: Este README foi creado automáticamente por <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
NON debe editarse manualmente.
-->
# OwnTracks para YunoHost
2024-07-15 11:32:07 +02:00
[![Nivel de integración](https://dash.yunohost.org/integration/owntracks.svg)](https://ci-apps.yunohost.org/ci/apps/owntracks/) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/owntracks.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/owntracks.maintain.svg)
2024-06-03 20:04:26 +02:00
[![Instalar OwnTracks con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=owntracks)
*[Le este README en outros idiomas.](./ALL_README.md)*
> *Este paquete permíteche instalar OwnTracks de xeito rápido e doado nun servidor YunoHost.*
> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.*
## Vista xeral
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.
### 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
2024-06-16 03:43:12 +02:00
**Versión proporcionada:** 2.15.3~ynh1
2024-06-03 20:04:26 +02:00
## Capturas de pantalla
![Captura de pantalla de OwnTracks](./doc/screenshots/screenshot.png)
## Documentación e recursos
- Web oficial da app: <https://owntracks.org/>
- Repositorio de orixe do código: <https://github.com/owntracks/frontend>
- Tenda YunoHost: <https://apps.yunohost.org/app/owntracks>
- Informar dun problema: <https://github.com/YunoHost-Apps/owntracks_ynh/issues>
## Info de desenvolvemento
Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/owntracks_ynh/tree/testing).
Para probar a rama `testing`, procede deste xeito:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/owntracks_ynh/tree/testing --debug
ou
sudo yunohost app upgrade owntracks -u https://github.com/YunoHost-Apps/owntracks_ynh/tree/testing --debug
```
**Máis info sobre o empaquetado da app:** <https://yunohost.org/packaging_apps>