From 0d20c9f75ac5d8b548b49022bfd855efc732eeaa Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 25 Aug 2023 22:46:25 +0200 Subject: [PATCH 1/3] fix linter --- manifest.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index f0a34c5..9e23354 100644 --- a/manifest.toml +++ b/manifest.toml @@ -3,10 +3,11 @@ packaging_format = 2 id = "beehive" name = "Beehive" description.en = "Flexible event/agent & automation system" +description.fr = "Système flexible d'événement et d'automatisation" version = "0.4.0~ynh2" -maintainers = ["Anmol Sharma"] +maintainers = [] [upstream] license = "AGPL-3.0-or-later" @@ -14,7 +15,7 @@ demo = "https://github.com/muesli/beehive/wiki/Available-Hives" code = "https://github.com/muesli/beehive" [integration] -yunohost = ">= 11.1.15" +yunohost = ">= 11.2" architectures = ["amd64", "arm64", "armhf"] multi_instance = true ldap = false @@ -26,7 +27,10 @@ ram.runtime = "50M" [install] [install.domain] type = "domain" - full_domain = true + + [install.init_main_permission] + type = "group" + default = "visitors" [install.admin] type = "user" From 58b7c4ecde77327351e9316e747e79f4c6becc5f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 26 Aug 2023 07:12:06 +0200 Subject: [PATCH 2/3] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 9e23354..3a8696e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Beehive" description.en = "Flexible event/agent & automation system" description.fr = "Système flexible d'événement et d'automatisation" -version = "0.4.0~ynh2" +version = "0.4.0~ynh3" maintainers = [] From 63ad24941f8db2942ccf1ee9b031c1099cea2fff Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 26 Aug 2023 05:12:12 +0000 Subject: [PATCH 3/3] 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 c488322..4f90a31 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Beehive is an event and agent system, which allows you to create your own agents - Notify you when a stock's price drops below a certain value -**Shipped version:** 0.4.0~ynh2 +**Shipped version:** 0.4.0~ynh3 **Demo:** https://github.com/muesli/beehive/wiki/Available-Hives diff --git a/README_fr.md b/README_fr.md index 3c36fc8..77ab085 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ Beehive is an event and agent system, which allows you to create your own agents - Notify you when a stock's price drops below a certain value -**Version incluse :** 0.4.0~ynh2 +**Version incluse :** 0.4.0~ynh3 **Démo :** https://github.com/muesli/beehive/wiki/Available-Hives