From c548102d3a04661b81668328112596b06c52597b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 9 Dec 2023 21:20:14 +0100 Subject: [PATCH 1/6] Update manifest.toml --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index a343ced..177843c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,8 +20,11 @@ code = "https://github.com/mattermost/focalboard" yunohost = ">= 11.2" architectures = ["amd64"] multi_instance = false + ldap = false + sso = false + disk = "50M" ram.build = "150M" ram.runtime = "50M" From 13917c6395414ea1e3f1c3a5cada0fe552f8f081 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 9 Dec 2023 20:20:19 +0000 Subject: [PATCH 2/6] 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 5ad4c15..9866664 100755 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Focalboard is a project management tool that helps define, organize, track and m * Official user documentation: * 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 1ee44c2..05f1717 100755 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ Focalboard est un outil de gestion de projet qui aide à définir, organiser, su * Documentation officielle utilisateur : * 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 cdfa8d8a413eb2189305ce88584909be2e7b41f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:02:45 +0100 Subject: [PATCH 3/6] Update manifest.toml --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index 177843c..dd72521 100644 --- a/manifest.toml +++ b/manifest.toml @@ -43,6 +43,7 @@ ram.runtime = "50M" [resources.sources.main] url = "https://github.com/mattermost/focalboard/releases/download/v7.11.3/focalboard-server-linux-amd64.tar.gz" sha256 = "3515ef5b90fe2d958b8869e0191915f0ca46ee4e6950e16c9647423981ebeecd" + autoupdate.strategy = "latest_github_tag" [resources.ports] From 48d33a9375c6b669737f6ae1aff53a14824eaf81 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 10:36:01 +0100 Subject: [PATCH 4/6] remove maintenance --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index dd72521..df149f0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ description.fr = "Logiciel de gestion de projet Kanban" version = "7.11.3~ynh1" -maintainers = ["eric_G"] +maintainers = [] [upstream] license = "MIT" From fe28edfe01b249b9ae1fd26dc2ba4607a9ea87b0 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 15 Feb 2024 18:36:48 +0100 Subject: [PATCH 5/6] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index df149f0..fa9dae3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -43,7 +43,7 @@ ram.runtime = "50M" [resources.sources.main] url = "https://github.com/mattermost/focalboard/releases/download/v7.11.3/focalboard-server-linux-amd64.tar.gz" sha256 = "3515ef5b90fe2d958b8869e0191915f0ca46ee4e6950e16c9647423981ebeecd" - autoupdate.strategy = "latest_github_tag" + autoupdate.strategy = "latest_github_release" [resources.ports] From 12bc46c06c226bab901e6f4da8957dab3e124100 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 15 Feb 2024 17:36:51 +0000 Subject: [PATCH 6/6] 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 9866664..babbbc2 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -46,4 +46,4 @@ or sudo yunohost app upgrade focalboard -u https://github.com/YunoHost-Apps/focalboard_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 05f1717..289c7a6 100755 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@