From 24cd73a384db4c95ee51a7e0839f8c74f123153d Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 5 Feb 2023 14:10:00 +0100 Subject: [PATCH] add architecture + TODO minimum requirements --- manifest.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index a26f776..c84254c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,12 +5,18 @@ id = "bonfire" version = "0.1~ynh1" url = "https://example.com" license = "free" -multi_instance = true +multi_instance = false +architectures = "all" + services = [ "nginx" ] - maintainers = ["Lapineige"] +# FIXME: replace with an **estimate** minimum disk and RAM requirements. e.g. 20M, 400M, 1G, ... +#disk = "500M" +#ram.build = "500M" +#ram.runtime = "500M" + [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"