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 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>
* 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/>
* 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>
* Signaler un bug : <https://github.com/YunoHost-Apps/traccar_ynh/issues>
@ -57,4 +57,4 @@ ou
sudo yunohost app upgrade traccar -u https://github.com/YunoHost-Apps/traccar_ynh/tree/testing --debug
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -16,7 +16,7 @@ license = "GPL-3.0-only"
website = "https://www.traccar.org/"
demo = "https://www.traccar.org/demo-server/"
admindoc = "https://www.traccar.org/documentation/"
code = "https://github.com/traccar/traccar-web"
code = "https://github.com/traccar/traccar"
[integration]
yunohost = ">= 11.2"
@ -49,6 +49,7 @@ ram.runtime = "50M"
in_subdir = false
format = "zip"
autoupdate.strategy = "latest_github_tag"
autoupdate.asset = "^traccar-other-.*\.zip$"
[resources.system_user]
allow_email = true