From 893e731bb89e5362daf23910e1553d118c9df5a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 18 Aug 2023 11:33:46 +0200 Subject: [PATCH 1/5] Update manifest.toml --- manifest.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index c9dc6cc..84c0b65 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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" From 4870789f278f70000fba09f257942bcb0fc9691f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 14 Feb 2024 17:38:34 +0100 Subject: [PATCH 2/5] Stepping down as maintainer --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 84c0b65..3ac824a 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" From bcb72ed5a2ec24d185d6a719dffb7a4151ae6217 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 14 Feb 2024 16:38:41 +0000 Subject: [PATCH 3/5] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bed6098..630c43c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tag * Official app website: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index d5bdb26..4adbe97 100644 --- a/README_fr.md +++ b/README_fr.md @@ -38,7 +38,7 @@ Traggo est un outil de suivi du temps basé sur des balises. Dans Traggo, il n'y * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From b77abdcea102e018790f3189fee673bbacec6465 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 15 Feb 2024 19:54:14 +0100 Subject: [PATCH 4/5] autoupdate.strategy = "latest_github_release" --- manifest.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.toml b/manifest.toml index 3ac824a..a473f5c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -51,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] From 9cd5805dd793dea54a18e0b432bf4d1957c86a2f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 15 Feb 2024 18:54:18 +0000 Subject: [PATCH 5/5] Auto-update README --- README.md | 4 ++-- README_fr.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 @@