1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/traggo_ynh.git synced 2024-09-04 01:15:55 +02:00

Merge pull request #10 from YunoHost-Apps/testing

autoupdate.strategy = "latest_github_release"
This commit is contained in:
OniriCorpe 2024-02-15 19:54:34 +01:00 committed by GitHub
commit e2d32df638
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -53,4 +53,4 @@ or
sudo yunohost app upgrade traggo -u https://github.com/YunoHost-Apps/traggo_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->

View file

@ -7,7 +7,7 @@ description.fr = "Outil de suivi du temps auto-hébergé"
version = "0.3.0~ynh2"
maintainers = ["eric_G"]
maintainers = []
[upstream]
license = "GPL-3.0"
@ -16,7 +16,7 @@ admindoc = "https://traggo.net/config/"
code = "https://github.com/traggo/server"
[integration]
yunohost = ">= 11.1.21"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
@ -28,7 +28,6 @@ ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
full_domain = true
[install.init_main_permission]
type = "group"
@ -52,6 +51,12 @@ ram.runtime = "50M"
i386.url = "https://github.com/traggo/server/releases/download/v0.3.0/traggo-server-0.3.0-linux-386.zip"
i386.sha256 = "c45aa6db1088b07323b1f076eff728834c531e6e739d86f767ba96972d07b457"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.arm64 = "^traggo-server-.*-linux-arm64.zip$"
autoupdate.asset.amd64 = "^traggo-server-.*-linux-amd64.zip$"
autoupdate.asset.armhf = "^traggo-server-.*-linux-arm-7.zip$"
autoupdate.asset.i386 = "^traggo-server-.*-linux-386.zip$"
[resources.ports]
[resources.system_user]