1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/traccar_ynh.git synced 2024-09-03 20:35:56 +02:00

Merge pull request #10 from YunoHost-Apps/testing

Testing v5.12~ynh1
This commit is contained in:
OniriCorpe 2024-01-28 04:27:51 +01:00 committed by GitHub
commit 2d677f56e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 9 deletions

View file

@ -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>

View file

@ -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 lapp : <https://www.traccar.org/> * Site officiel de lapp : <https://www.traccar.org/>
* Documentation officielle de ladmin : <https://www.traccar.org/documentation/> * Documentation officielle de ladmin : <https://www.traccar.org/documentation/>
* Dépôt de code officiel de lapp : <https://github.com/traccar/traccar-web> * Dépôt de code officiel de lapp : <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>

View file

@ -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