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 #8 from CodeShakingSheep/fix-autoupdate-strategy

Fix autoupdate strategy
This commit is contained in:
OniriCorpe 2024-01-28 04:02:00 +01:00 committed by GitHub
commit 8b22be4285
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 4 deletions

View file

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

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

@ -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"
@ -49,6 +49,7 @@ ram.runtime = "50M"
in_subdir = false in_subdir = false
format = "zip" format = "zip"
autoupdate.strategy = "latest_github_tag" autoupdate.strategy = "latest_github_tag"
autoupdate.asset = "^traccar-other-.*\.zip$"
[resources.system_user] [resources.system_user]
allow_email = true allow_email = true