1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/chuwiki_ynh.git synced 2024-09-03 18:16:18 +02:00

Update manifest.json

This commit is contained in:
Stylix58 2021-04-01 12:57:03 +02:00 committed by GitHub
parent 963c8e3f84
commit da62885b26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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