From 271fd6d4f24dbb2d2468db6ebb1595fca7632a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 29 Nov 2023 09:56:29 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5d630ae..1b58ab6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,11 +18,14 @@ admindoc = "https://framagit.org/framasoft/framadate/framadate/wikis/home" code = "https://git.framasoft.org/framasoft/framadate" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "150M" ram.runtime = "50M" @@ -43,7 +46,7 @@ ram.runtime = "50M" ask.en = "Choose the default language of this OpenSondage" ask.fr = "Choisissez la langue par défault d'OpenSondage" ask.de = "Wählen Sie bitte die Standardsprache für OpenSondage." - type = "string" + type = "select" choices = ["br", "de", "en", "es", "fr", "it", "nl", "oc"] default = "en" @@ -64,7 +67,7 @@ ram.runtime = "50M" main.additional_urls = ["/adminstuds.php"] [resources.apt] - packages = "mariadb-server php8.0-mbstring php8.0-intl php8.0-xml php8.0-cli" + packages = "mariadb-server, php8.0-mbstring, php8.0-intl, php8.0-xml, php8.0-cli" [resources.database] type = "mysql"