From f6e5741bc912a1a1e396308f36324b20cc8f81e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 3 Feb 2023 09:26:48 +0100 Subject: [PATCH] Fix --- manifest.toml | 8 +++----- tests.toml | 0 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 tests.toml diff --git a/manifest.toml b/manifest.toml index b0fc1f9..b9d31b5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -23,17 +23,15 @@ architectures = "all" multi_instance = true ldap = "not_relevant" sso = "not_relevant" -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] - # this is a generic question - ask strings are automatically handled by Yunohost's core type = "domain" [install.path] - # this is a generic question - ask strings are automatically handled by Yunohost's core type = "path" default = "/element" diff --git a/tests.toml b/tests.toml new file mode 100644 index 0000000..e69de29