From c592fb7a03ac67e2f018ec04b392a8e25a9bfd3e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 25 Aug 2023 12:09:23 +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 0cb689b..27804a9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -14,7 +14,7 @@ license = "MIT" code = "https://github.com/pldubouilh/gossa" [integration] -yunohost = ">= 11.1.21" +yunohost = ">= 11.2" architectures = ["amd64", "arm64", "armhf"] multi_instance = true ldap = false @@ -26,7 +26,6 @@ ram.runtime = "50M" [install] [install.domain] type = "domain" - full_domain = true [install.init_main_permission] help.en = "You must activate public site if you want to connect a client player to Gossa. This can be changed later via the webadmin." From d35e5be81b9cfc531792c252f2604be770e74b78 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:47:17 +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 27804a9..eec4b2e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ description.fr = "Serveur web simple et rapide pour vos fichiers" version = "1.0.0~ynh1" -maintainers = ["eric_G"] +maintainers = [] [upstream] license = "MIT" From 74e201c79df31ccb70ce0dc0ca5285fde3026065 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 14 Feb 2024 16:47:23 +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 b37f546..bd47684 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ A fast and simple webserver for your files, that's dependency-free and with unde ## Documentation and resources * 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 e05566b..16f2545 100644 --- a/README_fr.md +++ b/README_fr.md @@ -42,7 +42,7 @@ A fast and simple webserver for your files, that's dependency-free and with unde ## Documentations et ressources * 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 77f11a8e8ebf82778f735cbe1af50b3d3483f622 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 20 Feb 2024 05:18:09 +0100 Subject: [PATCH 4/5] autoupdate.strategy = "latest_github_tag" --- manifest.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.toml b/manifest.toml index eec4b2e..f05dcca 100644 --- a/manifest.toml +++ b/manifest.toml @@ -45,6 +45,11 @@ ram.runtime = "50M" armhf.url = "https://github.com/pldubouilh/gossa/releases/download/v1.0.0/gossa-linux-arm" armhf.sha256 = "9fc83341f5ebba5f4804b091760b36bbea99fbc055b1cdd7928a34bd2f1f28db" + autoupdate.strategy = "latest_github_tag" + autoupdate.asset.arm64 = "¨gossa-linux-arm64$" + autoupdate.asset.amd64 = "¨gossa-linux-x64$" + autoupdate.asset.armh = "¨gossa-linux-arm$" + [resources.ports] [resources.system_user] From abc91367b6f2e0ca62c19660cc3d8e0a95bf3f91 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 20 Feb 2024 04:18:40 +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 bd47684..09909c6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -57,4 +57,4 @@ or sudo yunohost app upgrade gossa -u https://github.com/YunoHost-Apps/gossa_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 16f2545..6984a3d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@