1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00

[enh] new manifest specs

This commit is contained in:
Julien Malik 2014-12-31 17:56:04 +01:00
parent f4e2bde66f
commit 62c7b7ab34

View file

@ -5,16 +5,16 @@
"en": "Empty App with FTP access to the web directory",
"fr": "App vide avec un accès FTP au répertoire Web"
},
"developer": {
"maintainer": {
"name": "kload",
"email": "kload@kload.fr",
"url": "http://kload.fr"
"email": "kload@kload.fr"
},
"multi_instance": "false",
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for your Webapp",
"fr": "Choisissez un domaine pour votre Webapp"
@ -23,6 +23,7 @@
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for your Webapp",
"fr": "Choisissez un chemin pour votre Webapp"
@ -32,6 +33,7 @@
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose the YunoHost user who will be able to upload documents via FTP",
"fr": "Choisissez l'utilisateur YunoHost qui sera capable d'envoyer des documents via FTP"