From 88a6c59fe2eba3ba45253bf5402499db9854f4ee Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 17 Feb 2024 19:13:44 +0100 Subject: [PATCH 1/5] Upgrade to v7.11.4 https://github.com/mattermost/focalboard/releases/tag/v7.11.4 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index e7b186c..60b10bb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Focalboard" description.en = "Kanban project management software" description.fr = "Logiciel de gestion de projet Kanban" -version = "7.11.3~ynh1" +version = "7.11.4~ynh1" maintainers = [] @@ -41,8 +41,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/mattermost/focalboard/releases/download/v7.11.3/focalboard-server-linux-amd64.tar.gz" - sha256 = "3515ef5b90fe2d958b8869e0191915f0ca46ee4e6950e16c9647423981ebeecd" + url = "https://github.com/mattermost/focalboard/releases/download/v7.11.4/mattermost-plugin-focalboard.tar.gz" + sha256 = "df49d9302a20c78fbd1b8d014a0a9dbf981e5d1ef57a946a43bb263d95f0f014" autoupdate.strategy = "latest_github_release" autoupdate.asset = "^mattermost-plugin-focalboard.tar.gz$" From 8efba4a5f1b460d70e43089774891a688414d019 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 17 Feb 2024 18:13:48 +0000 Subject: [PATCH 2/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 babbbc2..583d468 100755 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Focalboard is a project management tool that helps define, organize, track and manage work across teams, using a familiar kanban board view. -**Shipped version:** 7.11.3~ynh1 +**Shipped version:** 7.11.4~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 289c7a6..efa1376 100755 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Focalboard est un outil de gestion de projet qui aide à définir, organiser, suivre et gérer le travail entre les équipes, à l'aide d'une vue de tableau kanban familière. -**Version incluse :** 7.11.3~ynh1 +**Version incluse :** 7.11.4~ynh1 ## Captures d’écran From faf875d67b41f8ce0df9d43c21e005b39dd2d2ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 19 Feb 2024 18:14:24 +0100 Subject: [PATCH 3/5] Update systemd.service --- conf/systemd.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index 1d1515e..6c66cef 100755 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -5,10 +5,10 @@ Description=Focalboard: kanban board Type=simple User=__APP__ Group=__APP__ +WorkingDirectory=__INSTALL_DIR__/ +ExecStart=__INSTALL_DIR__/bin/focalboard-server Restart=always RestartSec=5s -ExecStart=__INSTALL_DIR__/bin/focalboard-server -WorkingDirectory=__INSTALL_DIR__ # Sandboxing options to harden security # Depending on specificities of your service/app, you may need to tweak these From dc0356b8dc1aff259e9020709ca28859480b380b Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 22 Feb 2024 22:57:05 +0100 Subject: [PATCH 4/5] fix autoupdate --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 60b10bb..1645b31 100644 --- a/manifest.toml +++ b/manifest.toml @@ -41,10 +41,10 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/mattermost/focalboard/releases/download/v7.11.4/mattermost-plugin-focalboard.tar.gz" - sha256 = "df49d9302a20c78fbd1b8d014a0a9dbf981e5d1ef57a946a43bb263d95f0f014" + url = "https://github.com/mattermost/focalboard/releases/download/v7.10.6/focalboard-server-linux-amd64.tar.gz" + sha256 = "3515ef5b90fe2d958b8869e0191915f0ca46ee4e6950e16c9647423981ebeecd" autoupdate.strategy = "latest_github_release" - autoupdate.asset = "^mattermost-plugin-focalboard.tar.gz$" + autoupdate.asset = "^focalboard-server-linux-amd64.tar.gz$" [resources.ports] From 59243020a66acea359f71a7b146fb9791d683228 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Fri, 23 Feb 2024 22:55:28 +0100 Subject: [PATCH 5/5] i forgot to update the hash --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 1645b31..6a9350c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -42,7 +42,7 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] url = "https://github.com/mattermost/focalboard/releases/download/v7.10.6/focalboard-server-linux-amd64.tar.gz" - sha256 = "3515ef5b90fe2d958b8869e0191915f0ca46ee4e6950e16c9647423981ebeecd" + sha256 = "76474c41c17f693ac7303c89815f51001d0acc2d5e844bca9846029079038bfe" autoupdate.strategy = "latest_github_release" autoupdate.asset = "^focalboard-server-linux-amd64.tar.gz$"