diff --git a/manifest.toml b/manifest.toml index 94fdeba..7def4f0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,11 +19,14 @@ code = "https://github.com/Awesome-Technologies/synapse-admin" yunohost = ">= 11.2" architectures = "all" multi_instance = false + ldap = true + 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, ... + +disk = "50M" +ram.build = "50M" +ram.runtime = "50M" [install] [install.domain]