From d72b778e7bc0d583f8671e44dcfe4759c0987d66 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 15 Mar 2021 09:19:37 +0100 Subject: [PATCH] Update manifest.json --- manifest.json | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/manifest.json b/manifest.json index 2c4c9cd..7255722 100644 --- a/manifest.json +++ b/manifest.json @@ -15,7 +15,7 @@ "email": "opi@zeropi.net" }, "requirements": { - "yunohost": ">= 3.8.1" + "yunohost": ">= 4.1.7" }, "multi_instance": false, "services": [ @@ -27,32 +27,17 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain for Searx", - "fr": "Choisissez un domaine pour Searx", - "de": "Wählen einen Domain-Namen für Searx" - }, "example": "domain.org" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for Searx", - "fr": "Choisissez un chemin pour Searx", - "de": "Wählen einen Pfad für Searx" - }, "example": "/searx", "default": "/searx" }, { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public Searx site?", - "fr": "Est-ce un site public ?", - "de": "Ist es eine öffentliche Applikation ?" - }, "help": { "en": "If enabled, Searx will be accessible by people who do not have an account. This can be changed later via the webadmin.", "fr": "Si cette case est cochée, Searx sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin.",