From 3df344a0e0f1d28e46dd412cbf87427c008f45b2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 15 Mar 2021 08:56:46 +0100 Subject: [PATCH] Cleaning up --- check_process | 3 --- manifest.json | 14 +------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/check_process b/check_process index 6aa0df3..fc84b56 100644 --- a/check_process +++ b/check_process @@ -1,8 +1,6 @@ # See here for more information # https://github.com/YunoHost/package_check#syntax-check_process-file -# Move this file from check_process.default to check_process when you have filled it. - ;; Test complet ; Manifest domain="domain.tld" (DOMAIN) @@ -18,7 +16,6 @@ upgrade=1 backup_restore=1 multi_instance=0 - port_already_use=0 change_url=1 ;;; Options Email= diff --git a/manifest.json b/manifest.json index 22b66a4..fc84d62 100644 --- a/manifest.json +++ b/manifest.json @@ -17,7 +17,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 3.8.1" + "yunohost": ">= 4.1.7" }, "multi_instance": false, "services": [ @@ -27,28 +27,16 @@ "install" : [ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain for ChtickyNotes", - "fr": "Choisissez un domaine pour ChtickyNotes" - }, "example": "domain.org" },{ "name": "path", "type": "path", - "ask": { - "en": "Choose a path for ChtickyNotes", - "fr": "Choisissez un chemin pour ChtickyNotes" - }, "example": "/chtickynotes", "default": "/chtickynotes" }, { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" - }, "default": true } ]