From 82bb3ffc3cf5910bd03b298098256432656253e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 13 Mar 2024 23:26:03 +0100 Subject: [PATCH] Fix manifest --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 941ff31..2547f24 100644 --- a/manifest.toml +++ b/manifest.toml @@ -21,8 +21,8 @@ code = "https://github.com/sleede/fab-manager" yunohost = ">= 11.2" architectures = "all" multi_instance = false -ldap = "?" -sso = "?" +ldap = false +sso = false 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, ...