mirror of
https://github.com/YunoHost-Apps/traccar_ynh.git
synced 2024-09-03 20:35:56 +02:00
commit
2d677f56e7
3 changed files with 10 additions and 9 deletions
|
@ -29,7 +29,7 @@ Traccar is an open source GPS tracking system. It supports more than 200 GPS pro
|
||||||
- Email and SMS support
|
- Email and SMS support
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 5.10~ynh1
|
**Shipped version:** 5.12~ynh1
|
||||||
|
|
||||||
**Demo:** https://www.traccar.org/demo-server/
|
**Demo:** https://www.traccar.org/demo-server/
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ Traccar is an open source GPS tracking system. It supports more than 200 GPS pro
|
||||||
|
|
||||||
* Official app website: <https://www.traccar.org/>
|
* Official app website: <https://www.traccar.org/>
|
||||||
* Official admin documentation: <https://www.traccar.org/documentation/>
|
* Official admin documentation: <https://www.traccar.org/documentation/>
|
||||||
* Upstream app code repository: <https://github.com/traccar/traccar-web>
|
* Upstream app code repository: <https://github.com/traccar/traccar>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/traccar>
|
* YunoHost Store: <https://apps.yunohost.org/app/traccar>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/traccar_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/traccar_ynh/issues>
|
||||||
|
|
||||||
|
|
|
@ -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
|
- Assistance par e-mail et SMS
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 5.10~ynh1
|
**Version incluse :** 5.12~ynh1
|
||||||
|
|
||||||
**Démo :** https://www.traccar.org/demo-server/
|
**Démo :** https://www.traccar.org/demo-server/
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ Traccar est un système de suivi GPS open source. Il prend en charge plus de 200
|
||||||
|
|
||||||
* Site officiel de l’app : <https://www.traccar.org/>
|
* Site officiel de l’app : <https://www.traccar.org/>
|
||||||
* Documentation officielle de l’admin : <https://www.traccar.org/documentation/>
|
* Documentation officielle de l’admin : <https://www.traccar.org/documentation/>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/traccar/traccar-web>
|
* Dépôt de code officiel de l’app : <https://github.com/traccar/traccar>
|
||||||
* YunoHost Store: <https://apps.yunohost.org/app/traccar>
|
* YunoHost Store: <https://apps.yunohost.org/app/traccar>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/traccar_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/traccar_ynh/issues>
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ name = "Traccar"
|
||||||
description.en = "GPS tracking platform"
|
description.en = "GPS tracking platform"
|
||||||
description.fr = "Plateforme de suivi GPS"
|
description.fr = "Plateforme de suivi GPS"
|
||||||
|
|
||||||
version = "5.10~ynh1"
|
version = "5.12~ynh1"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ license = "GPL-3.0-only"
|
||||||
website = "https://www.traccar.org/"
|
website = "https://www.traccar.org/"
|
||||||
demo = "https://www.traccar.org/demo-server/"
|
demo = "https://www.traccar.org/demo-server/"
|
||||||
admindoc = "https://www.traccar.org/documentation/"
|
admindoc = "https://www.traccar.org/documentation/"
|
||||||
code = "https://github.com/traccar/traccar-web"
|
code = "https://github.com/traccar/traccar"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
|
@ -44,11 +44,12 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/traccar/traccar/releases/download/v5.10/traccar-other-5.10.zip"
|
url = "https://github.com/traccar/traccar/releases/download/v5.12/traccar-other-5.12.zip"
|
||||||
sha256 = "5cf39049dba802e8b31d3fa1e2f5b924a525362420636ec97d8310932591831c"
|
sha256 = "25a61bea9d46d5c1b263c9a53fbdb2834c0c3ef1c0daa54ae99579c0ab4accdf"
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
format = "zip"
|
format = "zip"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
autoupdate.asset = "^traccar-other-.*zip$"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
allow_email = true
|
allow_email = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue