From dcf34d8d9e27dce266346f138c01df03fad36dbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 9 Jun 2023 22:23:03 +0200 Subject: [PATCH] Fix manifest --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index c3b554e..c67a25b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -20,8 +20,8 @@ code = "https://github.com/getfider/fider" yunohost = ">= 11.1.17" architectures = "all" multi_instance = true -# ldap = true -# sso = false +ldap = false +sso = false # disk = "50M" # ram.build = "50M" # ram.runtime = "50M"