From 7974160a5ab37f6129ebd6a6e19aa176ee68f6d6 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 30 Apr 2023 21:39:51 +0200 Subject: [PATCH 1/2] restore comments + adds description --- manifest.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index e012d2e..b406eea 100644 --- a/manifest.toml +++ b/manifest.toml @@ -9,6 +9,10 @@ version = "0.1~ynh1" maintainers = ["Lapineige"] +[description] +en = "Federated social networking server built on ActivityPub open protocol" +fr = "Serveur de réseautage social fédéré basé sur le protocole ouvert ActivityPub" + [upstream] license = "AGPL-3.0-only" website = "https://bonfirenetworks.org/" @@ -23,7 +27,8 @@ multi_instance = false architectures = "all" ldap = false sso = false -disk = "500M" +disk = "1000M" +# FIXME: replace with an **estimate** minimum disk and RAM requirements. e.g. 20M, 400M, 1G, ... ram.build = "500M" ram.runtime = "500M" From e7842cba02810297a2aff4debc02f881b74df2d5 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 30 Apr 2023 21:40:57 +0200 Subject: [PATCH 2/2] Restore comment (data dir) --- manifest.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.toml b/manifest.toml index b406eea..d47c23b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -83,6 +83,11 @@ ram.runtime = "500M" [resources] + #[resources.data_dir] + # This will create/remove the data dir as /home/yunohost.app/$app + # and store the corresponding setting $data_dir + #TODO + [resources.sources] [resources.sources.main]