From 26d226f65af056fc625cc5be8947ce10f227a119 Mon Sep 17 00:00:00 2001 From: Kayou Date: Sun, 3 Mar 2019 18:04:26 +0100 Subject: [PATCH] manifest update --- manifest.json | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/manifest.json b/manifest.json index 59aeedc..eddf33a 100644 --- a/manifest.json +++ b/manifest.json @@ -3,13 +3,13 @@ "id": "lufi", "packaging_format": 1, "requirements": { - "yunohost": ">= 2.4" + "yunohost": ">= 3.2" }, "description": { "en": "Self hosting files and sharing anonymous application", "fr": "Application d'hĂ©bergement et de partage de fichiers anonyme" }, - "version": "0.6 dev", + "version": "0.03.5", "url": "https://git.framasoft.org/luc/lufi", "license": "AGPL", "maintainer": { @@ -21,7 +21,7 @@ "nginx" ], "arguments": { - "install" : [ + "install": [ { "name": "domain", "type": "domain", @@ -42,23 +42,24 @@ "default": "/lufi" }, { - "name": "admin", - "type": "user", + "name": "max_file_size", + "type": "int", "ask": { - "en": "Choose the Lufi administrator (must be an existing YunoHost user)", - "fr": "Choisissez un administrateur Lufi (doit ĂȘtre un utilisateur YunoHost)" + "en": "Choose a max file size, in Mo", + "fr": "Choisissez une taille de fichier maximum chemin, en Mo" }, - "example": "john" + "example": "100", + "default": 100 }, - { - "name": "is_public", - "type": "boolean", - "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" - }, - "default": true - } + { + "name": "is_public", + "type": "boolean", + "ask": { + "en": "Is it a public application?", + "fr": "Est-ce une application publique ?" + }, + "default": true + } ] } -} +} \ No newline at end of file