From a132ab854669b7f0cde83bcbf43de0be797e020f Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 28 Feb 2021 13:30:39 +0530 Subject: [PATCH] removed unnecessary questions --- manifest.json | 40 +++------------------------------------- 1 file changed, 3 insertions(+), 37 deletions(-) diff --git a/manifest.json b/manifest.json index a04a82a..0a1ee7a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "name": "YunoHost example app", - "id": "ynhexample", + "name": "Komga", + "id": "komga", "packaging_format": 1, "description": { "en": "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)", @@ -19,9 +19,7 @@ }, "multi_instance": true, "services": [ - "nginx", - "php7.0-fpm", - "mysql" + "nginx" ], "arguments": { "install" : [ @@ -44,15 +42,6 @@ "example": "/example", "default": "/example" }, - { - "name": "admin", - "type": "user", - "ask": { - "en": "Choose an admin user", - "fr": "Choisissez l'administrateur" - }, - "example": "johndoe" - }, { "name": "is_public", "type": "boolean", @@ -61,29 +50,6 @@ "fr": "Est-ce une application publique ?" }, "default": true - }, - { - "name": "language", - "type": "string", - "ask": { - "en": "Choose the application language", - "fr": "Choisissez la langue de l'application" - }, - "choices": ["fr", "en"], - "default": "fr" - }, - { - "name": "password", - "type": "password", - "ask": { - "en": "Set the administrator password", - "fr": "Définissez le mot de passe administrateur" - }, - "help": { - "en": "Use the help field to add an information for the admin about this question.", - "fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." - }, - "example": "Choose a password" } ] }