From e51ab11c3edf59a77d15c100148c8749e5d0326d Mon Sep 17 00:00:00 2001 From: pitchum Date: Wed, 29 Aug 2018 17:03:52 +0200 Subject: [PATCH] [mod] Customized manifest.json. --- manifest.json | 70 ++++++++++----------------------------------------- 1 file changed, 13 insertions(+), 57 deletions(-) diff --git a/manifest.json b/manifest.json index a807cbf..985f0ae 100644 --- a/manifest.json +++ b/manifest.json @@ -1,27 +1,24 @@ { - "name": "YunoHost example app", - "id": "ynhexample", + "name": "Biboumi XMPP->IRC Gateway", + "id": "biboumi", "packaging_format": 1, "description": { - "en": "Example package for YunoHost application.", - "fr": "Exemple de package d’application pour YunoHost." + "en": "XMPP gateway for the IRC network.", + "fr": "Passerelle XMPP pour le réseau IRC." }, - "version": "1.0~ynh1", - "url": "https://example.com", + "version": "8.0~ynh1", + "url": "https://biboumi.louiz.org/", "license": "free", "maintainer": { - "name": "John doe", - "email": "john.doe@example.com", - "url": "http://example.com" + "name": "pitchum", + "email": "pitchum@yunohost.org" }, "requirements": { - "yunohost": ">= 2.7.14" + "yunohost": ">= 3.0.0" }, - "multi_instance": true, + "multi_instance": false, "services": [ - "nginx", - "php5-fpm", - "mysql" + "metronome" ], "arguments": { "install" : [ @@ -29,21 +26,11 @@ "name": "domain", "type": "domain", "ask": { - "en": "Choose a domain name for ynhexample", - "fr": "Choisissez un nom de domaine pour ynhexample" + "en": "Choose the domain that will host biboumi.", + "fr": "Choisissez le nom de domaine qui hébergera biboumi." }, "example": "example.com" }, - { - "name": "path", - "type": "path", - "ask": { - "en": "Choose a path for ynhexample", - "fr": "Choisissez un chemin pour ynhexample" - }, - "example": "/example", - "default": "/example" - }, { "name": "admin", "type": "user", @@ -52,37 +39,6 @@ "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": true - }, - { - "name": "language", - "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" } ] }