From 520718be8558ce14ac45a28899e0128dad3ec45f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 15 Mar 2024 11:48:20 +0100 Subject: [PATCH] Remove fixmes from manifest --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2aeb312..4540107 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ demo = "https://demo.yunohost.org/wallabag/" admindoc = "https://doc.wallabag.org/en/" code = "https://github.com/wallabag/wallabag" cpe = "cpe:2.3:a:wallabag:wallabag" -fund = "???" # FIXME: optional but recommended (or remove if irrelevant / not applicable). This is meant to be an URL where people can financially support this app, especially when its development is based on volunteers and/or financed by its community. YunoHost may later advertise it in the webadmin. +fund = "https://liberapay.com/wallabag" [integration] yunohost = ">= 11.2" @@ -26,9 +26,9 @@ architectures = "all" multi_instance = true ldap = true sso = false -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 = "150M" +ram.runtime = "50M" [install] [install.domain]