mirror of
https://github.com/YunoHost-Apps/xwiki_ynh.git
synced 2024-09-03 20:36:11 +02:00
Update manifest.toml
This commit is contained in:
parent
524c0de59a
commit
46ec944fe8
1 changed files with 5 additions and 2 deletions
|
@ -18,11 +18,14 @@ userdoc = "https://www.xwiki.org/xwiki/bin/view/Documentation/UserGuide/"
|
||||||
code = "https://github.com/xwiki/xwiki-platform"
|
code = "https://github.com/xwiki/xwiki-platform"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.17"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
|
||||||
ldap = true
|
ldap = true
|
||||||
|
|
||||||
sso = false
|
sso = false
|
||||||
|
|
||||||
disk = "500M"
|
disk = "500M"
|
||||||
ram.build = "0M"
|
ram.build = "0M"
|
||||||
ram.runtime = "1G"
|
ram.runtime = "1G"
|
||||||
|
@ -36,7 +39,7 @@ ram.runtime = "1G"
|
||||||
default = "/xwiki"
|
default = "/xwiki"
|
||||||
|
|
||||||
[install.install_standard_flavor]
|
[install.install_standard_flavor]
|
||||||
ask.en = "Would you like to install the Standard Flavor ?"
|
ask.en = "Would you like to install the Standard Flavor?"
|
||||||
help.en = "See https://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki%20Standard%20Flavor/ for more informations."
|
help.en = "See https://extensions.xwiki.org/xwiki/bin/view/Extension/XWiki%20Standard%20Flavor/ for more informations."
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
default = true
|
default = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue