From 863f87cdec94982274973f7eb6a3c556d4af5790 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Fri, 23 Dec 2016 21:30:02 +0000 Subject: [PATCH] Cleaning of manifest.json --- manifest.json | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/manifest.json b/manifest.json index b8b0d12..32a72a1 100644 --- a/manifest.json +++ b/manifest.json @@ -38,17 +38,8 @@ "en": "Choose a path to access your COPS library", "fr": "Choisissez un chemin pour acceder a votre bibliotheque COPS" }, - "example": "/eBooks", - "default": "/eBooks" - }, - { - "name": "runninguser", - "ask": { - "en": "Under which system user should COPS run ?", - "fr": "Sous quel utilisateur systeme COPS doit-il fonctionner ?" - }, - "choices": ["www-data", "owncloud", "nextcloud"], - "default": "www-data" + "example": "/cops", + "default": "/cops" }, { "name": "calibrepath", @@ -59,6 +50,15 @@ "example": "/home/yunohost.app/owncloud/data/johndoe/files/eBooks", "default": "/home/yunohost.app/owncloud/data/johndoe/files/eBooks" }, + { + "name": "runninguser", + "ask": { + "en": "Which system user is managing the Calibre folder ?", + "fr": "Quel utilisateur systeme gere le dossier Calibre ?" + }, + "choices": ["www-data", "owncloud", "nextcloud"], + "default": "www-data" + }, { "name": "is_public", "ask": { @@ -85,7 +85,6 @@ }, "example": "Gutenberg", "default": "Gutenberg" - }, { "name": "basicauthpass", @@ -97,7 +96,6 @@ "example": "knowledge is power", "default": "knowledge is power" } - ] } }