From 4175544a847b6e4fcc760e79e84da0b39ca8b6dd Mon Sep 17 00:00:00 2001 From: frju365 <19982894+frju365@users.noreply.github.com> Date: Sun, 10 Jun 2018 02:48:04 +0200 Subject: [PATCH] Update manifest.json --- manifest.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b2d6861..8516aa6 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name": "Lstu", "id": "lstu", "packaging_format": 1, - "requirements": { - "yunohost": ">= 2.4" + "requirements": { + "yunohost": ">= 2.7.2" }, "description": { "en": "URL Shortener", @@ -40,6 +40,15 @@ "example": "/lstu", "default": "/lstu" }, + { + "name": "admin_pass", + "type": "password", + "ask": { + "en": "Set the password for the SFTP access. ≥ 5 character", + "fr": "Définissez le mot de passe pour l'accès SFTP. ≥ cinq charactères" + }, + "example": "myreallystrengthpassword" + }, { "name": "is_public", "type": "boolean",