diff --git a/README.md b/README.md index 630c43c..dc1aaf6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -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:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index 4adbe97..e61f3d0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ diff --git a/manifest.toml b/manifest.toml index c9dc6cc..a473f5c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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]