From 03ddfe6963316adf49f0e2e98ecc014fa3d44816 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 19 Nov 2023 19:23:12 +0100 Subject: [PATCH] set sso as true but not sure :/ --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 8d2cf65..e095023 100644 --- a/manifest.toml +++ b/manifest.toml @@ -21,7 +21,7 @@ yunohost = ">= 11.2.0" architectures = "all" multi_instance = false ldap = true -sso = "?" +sso = true disk = "50M" ram.build = "50M" ram.runtime = "50M"