From 30438a4c7148ca77c7316c4f078186d636c574b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 18 Mar 2024 18:45:56 +0100 Subject: [PATCH] Fix manifest: sso = false --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index a66695a..bd46d71 100644 --- a/manifest.toml +++ b/manifest.toml @@ -22,7 +22,7 @@ yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = true -sso = true +sso = false disk = "500M" ram.build = "500M" ram.runtime = "50M"