From 46dc4c7b9b7ec072245b3ee2dad9b06b31341530 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 8 Apr 2021 20:35:40 +0200 Subject: [PATCH] Apply example_ynh --- manifest.json | 22 +++++----------------- scripts/backup | 2 +- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/manifest.json b/manifest.json index 2f637f3..145409f 100644 --- a/manifest.json +++ b/manifest.json @@ -17,7 +17,11 @@ }, { "name": "ljf" - }], + }, + { + "name": "yalh76" + } + ], "requirements": { "yunohost": ">= 4.1.3" }, @@ -30,38 +34,22 @@ { "name": "domain", "type": "domain", - "ask": { - "en": "Choose a domain name for Wekan", - "fr": "Choisissez un nom de domaine pour Wekan" - }, "example": "example.com" }, { "name": "path", "type": "path", - "ask": { - "en": "Choose a path for Wekan", - "fr": "Choisissez un chemin pour Wekan" - }, "example": "/wekan", "default": "/wekan" }, { "name": "admin", "type": "user", - "ask": { - "en": "Choose an admin user", - "fr": "Choisissez l'administrateur" - }, "example": "johndoe" }, { "name": "is_public", "type": "boolean", - "ask": { - "en": "Is it a public application?", - "fr": "Est-ce une application publique ?" - }, "default": false } ] diff --git a/scripts/backup b/scripts/backup index 8dd3e4a..1346f79 100644 --- a/scripts/backup +++ b/scripts/backup @@ -6,7 +6,7 @@ # IMPORT GENERIC HELPERS #================================================= -#Keep this path for calling _common.sh inside the execution's context of backup and restore scripts +# Keep this path for calling _common.sh inside the execution's context of backup and restore scripts source ../settings/scripts/_common.sh source ../settings/scripts/ynh_mongo_db source /usr/share/yunohost/helpers