From 79eb4166c091fe5adf7a94f65861e8947801f316 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 20 Mar 2021 13:53:03 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/manifest.json b/manifest.json index f3b92d6..1d746f4 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Minimalist pastebin where the server has zero knowledge of pasted data", "fr": "Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées" }, - "version": "1.3.4~ynh2", + "version": "1.3.4~ynh3", "url": "https://github.com/PrivateBin/PrivateBin", "license": "Zlib", "maintainer": { @@ -14,7 +14,7 @@ "email": "julien.malik@paraiso.me" }, "requirements": { - "yunohost": ">= 4.0.0" + "yunohost": ">= 4.1.7" }, "multi_instance": true, "services": [ @@ -26,29 +26,17 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain for PrivateBin", - "fr": "Choisissez un domaine pour PrivateBin" - }, "example": "domain.org" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for PrivateBin", - "fr": "Choisissez un chemin pour PrivateBin" - }, "example": "/privatebin", "default": "/privatebin" }, { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public site?", - "fr": "Est-ce un site public ?" - }, "help": { "en": "If private, only YunoHost users can create a paste, but everyone can read it.", "fr": "Si privé, seul les utilisateurs YunoHost peuvent créer un paste, mais tout le monde peut lire."