diff --git a/ALL_README.md b/ALL_README.md index 3d6c579..77b7509 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,6 @@ # All available README files by language - [Read the README in English](README.md) +- [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) -- [Leggi il “README” in italiano](README_it.md) diff --git a/README.md b/README.md index 87ae20b..a57540b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It shall NOT be edited by hand. [![Install Traccar with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=traccar) -*[Read this README is other languages.](./ALL_README.md)* +*[Read this README in other languages.](./ALL_README.md)* > *This package allows you to install Traccar 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.* @@ -29,7 +29,7 @@ Traccar is an open source GPS tracking system. It supports more than 200 GPS pro - Email and SMS support -**Shipped version:** 5.12~ynh1 +**Shipped version:** 6.0~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..2e2ccb3 --- /dev/null +++ b/README_eu.md @@ -0,0 +1,60 @@ + + +# Traccar YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/traccar.svg)](https://dash.yunohost.org/appci/app/traccar) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/traccar.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/traccar.maintain.svg) + +[![Instalatu Traccar YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=traccar) + +*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* + +> *Pakete honek Traccar YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* + +## Aurreikuspena + +Traccar is an open source GPS tracking system. It supports more than 200 GPS protocols and more than 2000 models of GPS tracking devices. + +### Features + +- Real-time GPS tracking +- Driver behaviour monitoring +- Detailed and summary reports +- Geofencing functionality +- Alarms and notifications +- Account and device management +- Email and SMS support + + +**Paketatutako bertsioa:** 6.0~ynh1 + +**Demoa:** + +## Pantaila-argazkiak + +![Traccar(r)en pantaila-argazkia](./doc/screenshots/screenshot.png) + +## Dokumentazioa eta baliabideak + +- Aplikazioaren webgune ofiziala: +- Administratzaileen dokumentazio ofiziala: +- Jatorrizko aplikazioaren kode-gordailua: +- YunoHost Denda: +- Eman errore baten berri: + +## Garatzaileentzako informazioa + +Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/traccar_ynh/tree/testing). + +`testing` abarra probatzeko, ondorengoa egin: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/traccar_ynh/tree/testing --debug +edo +sudo yunohost app upgrade traccar -u https://github.com/YunoHost-Apps/traccar_ynh/tree/testing --debug +``` + +**Informazio gehiago aplikazioaren paketatzeari buruz:** diff --git a/README_fr.md b/README_fr.md index 5dbb9df..3d3cbc4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -29,7 +29,7 @@ Traccar est un système de suivi GPS open source. Il prend en charge plus de 200 - Assistance par e-mail et SMS -**Version incluse :** 5.12~ynh1 +**Version incluse :** 6.0~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 85a5e23..1390b3e 100644 --- a/README_gl.md +++ b/README_gl.md @@ -29,7 +29,7 @@ Traccar is an open source GPS tracking system. It supports more than 200 GPS pro - Email and SMS support -**Versión proporcionada:** 5.12~ynh1 +**Versión proporcionada:** 6.0~ynh1 **Demo:** diff --git a/manifest.toml b/manifest.toml index 0ce4c8a..b04cdf5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,9 +7,9 @@ name = "Traccar" description.en = "GPS tracking platform" description.fr = "Plateforme de suivi GPS" -version = "5.12~ynh1" +version = "6.0~ynh1" -maintainers = ["eric_G"] +maintainers = [] [upstream] license = "GPL-3.0-only" @@ -44,8 +44,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/traccar/traccar/releases/download/v5.12/traccar-other-5.12.zip" - sha256 = "25a61bea9d46d5c1b263c9a53fbdb2834c0c3ef1c0daa54ae99579c0ab4accdf" + url = "https://github.com/traccar/traccar/releases/download/v6.0/traccar-other-6.0.zip" + sha256 = "face8357aed406f459f1bc56a80be1c53d5a6a08416a56a5fb80401ebebb8ce9" in_subdir = false format = "zip" autoupdate.strategy = "latest_github_release" @@ -61,6 +61,7 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" api.url = "/api" + api.additional_urls = [ "/?id=" ] api.show_tile = false api.allowed = "visitors" api.auth_header = false