Jelajahi Sumber

no install.private yet, FIXME removed

Chris Vogel 1 tahun lalu
induk
melakukan
69c0119827
2 mengubah file dengan 5 tambahan dan 5 penghapusan
  1. 4 4
      manifest.toml
  2. 1 1
      tests.toml

+ 4 - 4
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]

+ 1 - 1
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"