From 092ff90adbc9c206f89b55100d57832c099b94c4 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Sun, 7 Aug 2022 21:36:36 -0400 Subject: [PATCH] initial --- manifest.json | 59 +++++++++++++++++++++++---------------------------- 1 file changed, 26 insertions(+), 33 deletions(-) diff --git a/manifest.json b/manifest.json index 9fdc46e..f68b965 100644 --- a/manifest.json +++ b/manifest.json @@ -1,34 +1,32 @@ { - "name": "Example app", + "name": "Isso", "id": "example", "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)", + "en": " lightweight commenting server written in Python and JavaScript", "fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)" }, - "version": "1.0~ynh1", - "url": "https://example.com", + "version": "0.13.0~ynh1", + "url": "https://isso-comments.de", "upstream": { - "license": "free", - "website": "https://example.com", - "demo": "https://demo.example.com", - "admindoc": "https://yunohost.org/packaging_apps", - "userdoc": "https://yunohost.org/apps", - "code": "https://some.forge.com/example/example" + "license": "MIT", + "website": "https://isso-comments.de", + "demo": "https://isso-comments.de", + "admindoc": "https://isso-comments.de/docs/reference/server-config/", + "userdoc": "https://isso-comments.de/docs/reference/client-config/", + "code": "https://github.com/posativ/isso" }, - "license": "free", + "license": "MIT", "maintainer": { - "name": "John doe", - "email": "john.doe@example.com" + "name": "Navan Chauhan", + "email": "isso@navan.email" }, "requirements": { "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [ - "nginx", - "php7.3-fpm", - "mysql" + "nginx" ], "arguments": { "install": [ @@ -39,33 +37,28 @@ { "name": "path", "type": "path", - "example": "/example", - "default": "/example" + "example": "/isso", + "default": "/isso" }, { - "name": "is_public", - "type": "boolean", - "default": true - }, - { - "name": "language", - "type": "string", + "name": "target_domain", + "type": "strting", "ask": { - "en": "Choose the application language", - "fr": "Choisissez la langue de l'application" + "en": "your website or blog (not the location of Isso!)" }, - "choices": ["fr", "en"], - "default": "fr" - }, - { + "example": "https://someotherwebsite.com/" + }, { "name": "admin", - "type": "user" + "type": "user", + "help": { + "en": "User who will receive moderation emails" + } }, { "name": "password", "type": "password", "help": { - "en": "Use the help field to add an information for the admin about this question.", + "en": "Password for the admin interface", "fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." } }