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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue