diff --git a/check_process b/check_process index 4c5bd5a..8347adf 100644 --- a/check_process +++ b/check_process @@ -4,7 +4,7 @@ path="/path" admin="john" is_public=1 - password="miaw!" + password="strong-password" ; Checks pkg_linter=1 setup_sub_dir=1 diff --git a/manifest.json b/manifest.json index 5498742..f57db8e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Membership management web application for non profit organizations", "fr": "Outil de gestion d'adhérents et de cotisation en ligne pour associations" }, - "version": "0.9.4.2~ynh1", + "version": "0.9.5~ynh1", "url": "https://www.galette.eu", "license": "GPL-3.0-or-later", "maintainer": { @@ -27,29 +27,17 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain for Galette", - "fr": "Choisissez un nom de domaine pour Galette" - }, "example": "example.com" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for Galette", - "fr": "Choisissez un chemin pour Galette" - }, "example": "/galette", "default": "/galette" }, { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" - }, "default": true } ]