From 69c01198270ed8d3ffcee74c68206ab521c41802 Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Thu, 18 Apr 2024 20:30:03 +0200 Subject: [PATCH] no install.private yet, FIXME removed --- manifest.toml | 8 ++++---- tests.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 08f167a..a0cdd6d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -44,10 +44,10 @@ ldap = false # https://codeberg.org/ChriChri/flohmarkt_ynh/issues/3 sso = false -# FIXME: replace with an **estimate** minimum disk and RAM requirements. e.g. 20M, 400M, 1G... -disk = "10M" -ram.build = "50M" -ram.runtime = "50M" +# **estimate** minimum disk and RAM requirements +disk = "100M" +ram.build = "200M" +ram.runtime = "100M" [install] [install.domain] diff --git a/tests.toml b/tests.toml index 68d8d14..54602e0 100644 --- a/tests.toml +++ b/tests.toml @@ -2,7 +2,7 @@ test_format = 1.0 [default] # still in development - exclude = ["install.multi", "upgrade", "backup_restore", "change_url", "install_subdir"] + exclude = ["install.private", "install.multi", "upgrade", "backup_restore", "change_url", "install_subdir"] args.password_couchdb_admin = "TestPasswordCouchDBadmin" args.password_couchdb_flohmarkt = "TestPasswordCouchDBflohmarkt"