Edit manifest with correct informations

This commit is contained in:
Le Libre Au Quotidien 2020-11-16 12:17:15 +01:00
parent bde18966d5
commit 5116d018ba

View file

@ -1,23 +1,23 @@
{ {
"name": "YunoHost example app", "name": "WG Client",
"id": "ynhexample", "id": "wgclient",
"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": "The wireguard client used by baioboite",
"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": "Le client wireguard utilisé par la baioboite"
}, },
"version": "1.0~ynh1", "version": "1.0~ynh1",
"url": "https://example.com", "url": "https://baionet.fr",
"license": "free", "license": "free",
"maintainer": { "maintainer": {
"name": "John doe", "name": "Asso BAIONET",
"email": "john.doe@example.com", "email": "contact@baionet.fr",
"url": "http://example.com" "url": "https://baionet.fr"
}, },
"requirements": { "requirements": {
"yunohost": ">= 3.5" "yunohost": ">= 3.5"
}, },
"multi_instance": true, "multi_instance": false,
"services": [ "services": [
"nginx", "nginx",
"php7.0-fpm", "php7.0-fpm",
@ -29,8 +29,8 @@
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": { "ask": {
"en": "Choose a domain name for ynhexample", "en": "Choose a domain name for wgclient",
"fr": "Choisissez un nom de domaine pour ynhexample" "fr": "Choisissez un nom de domaine pour wgclient"
}, },
"example": "example.com" "example": "example.com"
}, },
@ -38,53 +38,13 @@
"name": "path", "name": "path",
"type": "path", "type": "path",
"ask": { "ask": {
"en": "Choose a path for ynhexample", "en": "Choose a path for wgclient",
"fr": "Choisissez un chemin pour ynhexample" "fr": "Choisissez un chemin pour wgclient"
}, },
"example": "/example", "example": "/vpnadmin",
"default": "/example" "default": "/vpnadmin"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"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",
"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"
} }
] ]
} }
} }