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:
commit
e2d32df638
3 changed files with 11 additions and 6 deletions
|
@ -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>
|
|
@ -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.
|
||||
-->
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue