diff --git a/manifest.json b/manifest.json index df92142..e16728b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,18 +1,18 @@ { - "name": "YunoHost example app", - "id": "ynhexample", + "name": "ChuWiki", + "id": "chuwiki", "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)", - "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)" + "en": "A simple, fast and flexible wiki.", + "fr": "Un wiki simple, rapide et flexible." }, "version": "1.0~ynh1", - "url": "https://example.com", - "license": "free", + "url": "http://chuwiki.genezys.net/", + "license": "AGPL-3.0-only", "maintainer": { - "name": "John doe", - "email": "john.doe@example.com", - "url": "http://example.com" + "name": "Stylix58", + "email": "lateman-jpeg@outlook.fr", + "url": "https://stylix58.netlify.app/" }, "requirements": { "yunohost": ">= 4.1.3" @@ -21,7 +21,6 @@ "services": [ "nginx", "php7.3-fpm", - "mysql" ], "arguments": { "install" : [ @@ -33,13 +32,8 @@ { "name": "path", "type": "path", - "example": "/example", - "default": "/example" - }, - { - "name": "admin", - "type": "user", - "example": "johndoe" + "example": "/wiki", + "default": "/wiki" }, { "name": "is_public", @@ -55,15 +49,6 @@ }, "choices": ["fr", "en"], "default": "fr" - }, - { - "name": "password", - "type": "password", - "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" } ] }