mirror of
https://github.com/YunoHost-Apps/mindmaps_ynh.git
synced 2024-09-03 19:45:59 +02:00
Update manifest.toml
This commit is contained in:
parent
500b0c299c
commit
d6f0818dce
1 changed files with 3 additions and 2 deletions
|
@ -19,8 +19,11 @@ code = "https://github.com/drichard/mindmaps"
|
|||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = false
|
||||
|
||||
ldap = false
|
||||
|
||||
sso = false
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
@ -34,8 +37,6 @@ ram.runtime = "50M"
|
|||
default = "/mindmaps"
|
||||
|
||||
[install.init_main_permission]
|
||||
help.en = "If enabled, Mindmaps will be accessible by people who doesn’t have an account. This can be changed later via the webadmin."
|
||||
help.fr = "Si cette case est cochée, Mindmaps sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||||
type = "group"
|
||||
default = "visitors"
|
||||
|
||||
|
|
Loading…
Reference in a new issue