diff --git a/manifest.toml b/manifest.toml index 9dfe192..26e69e8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,8 +17,11 @@ code = "https://github.com/mikespub-org/rvolz-BicBucStriim" yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M" @@ -49,4 +52,4 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.2-gd php8.2-intl php8.2-xml php8.2-sqlite3 php8.2-mbstring php8.2-mcrypt" + packages = "php8.2-gd, php8.2-intl, php8.2-xml, php8.2-sqlite3, php8.2-mbstring, php8.2-mcrypt"