From aeef3d9aa7174f6f3b500c8da2b569037386e12d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 13 Feb 2023 09:09:01 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 26ed891..dd7e54d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -22,8 +22,8 @@ cpe = "cpe:2.3:a:nextcloud:nextcloud" yunohost = ">= 11.1.6" architectures = ["amd64", "arm64"] multi_instance = true -ldap = "true" -sso = "true" +ldap = true +sso = true disk = "50M" ram.build = "128M" ram.runtime = "512M"