From 31b8989644bd219647926aa1adc8687fd3d27456 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Mon, 15 Apr 2024 20:44:06 +0200 Subject: [PATCH] [enh] Remove some tutorial comments Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index fc59b18..ece5305 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,13 +19,13 @@ fund = "https://www.borgbackup.org/support/fund.html" [integration] yunohost = ">= 11.0.9" -architectures = "all" # FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"] +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.repository]