From fc087b14a67f236f4db9f10efea0270ec0248b51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 5 Sep 2023 17:12:36 +0200 Subject: [PATCH] Add toml schemas urls, fix ram for build and runtime. --- manifest.toml | 6 ++++-- tests.toml | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index ed42406..9a22e38 100644 --- a/manifest.toml +++ b/manifest.toml @@ -1,3 +1,5 @@ +#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json + packaging_format = 2 id = "ihatemoney" @@ -23,8 +25,8 @@ multi_instance = true ldap = false sso = false disk = "50M" -ram.build = "50M" -ram.runtime = "50M" +ram.build = "300M" +ram.runtime = "100M" [install] [install.domain] diff --git a/tests.toml b/tests.toml index 2b83ba0..c679f04 100644 --- a/tests.toml +++ b/tests.toml @@ -1,3 +1,5 @@ +#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json + test_format = 1.0 [default]