1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/beehive_ynh.git synced 2024-09-03 18:06:24 +02:00

fix linter

This commit is contained in:
ericgaspar 2023-08-25 22:46:25 +02:00
parent 0b0a4323a1
commit 0d20c9f75a

View file

@ -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"