From 19c2dda5b8703d67e26b7a94a0f61b42d674e7e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 27 Mar 2024 14:03:53 +0100 Subject: [PATCH] SSO is supported. --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 1b935e6..c3f6455 100644 --- a/manifest.toml +++ b/manifest.toml @@ -23,7 +23,7 @@ yunohost = ">= 11.2" architectures = ["amd64", "arm64"] multi_instance = true ldap = false -sso = false +sso = true disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ... ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ... ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...