diff --git a/manifest.toml b/manifest.toml index 95291dc..4e28aab 100644 --- a/manifest.toml +++ b/manifest.toml @@ -24,7 +24,7 @@ multi_instance = false ldap = false sso = false disk = "50M" -ram.build = "50M" +ram.build = "3G" ram.runtime = "50M" [install] @@ -39,8 +39,8 @@ ram.runtime = "50M" ask.en = "Choose the application language" ask.fr = "Choisissez la langue de l'application" type = "select" - choices = ["fr_FR", "en_US"] - default = "en_US" + choices = ["de_DE", "en_US", "es_ES", "fr_FR", "it_IT", "nl_NL", "pl_PL", "pt_PT"] + default = "fr_FR" [install.dex_domain] ask.en = "Domain for authentication. It can't be the same domain as above. Dex app will be installed and used for the authentication mechanism." diff --git a/tests.toml b/tests.toml index b233df4..43d573b 100644 --- a/tests.toml +++ b/tests.toml @@ -2,13 +2,17 @@ test_format = 1.0 [default] + # ------------ + # Tests to run + # ------------ + + preinstall = """ + sudo yunohost domain add dex.domain.tld + """ + # ------------------------------- # Default args to use for install # ------------------------------- args.dex_domain="dex.domain.tld" args.dex_path="/example" - - preinstall = """ - sudo yunohost domain add dex.domain.tld - """ \ No newline at end of file