mirror of
https://github.com/YunoHost-Apps/jirafeau_ynh.git
synced 2024-09-03 19:35:53 +02:00
[enh] new manifest specs
This commit is contained in:
parent
c915a94e30
commit
fbe1d619d0
1 changed files with 5 additions and 3 deletions
|
@ -5,10 +5,10 @@
|
||||||
"en": "Upload a file in a simple way and give a unique link to it",
|
"en": "Upload a file in a simple way and give a unique link to it",
|
||||||
"fr": "Hébergez simplement un fichier et partagez-le avec un lien unique"
|
"fr": "Hébergez simplement un fichier et partagez-le avec un lien unique"
|
||||||
},
|
},
|
||||||
"developer": {
|
"url": "https://gitorious.org/jirafeau",
|
||||||
|
"maintainer": {
|
||||||
"name": "julien",
|
"name": "julien",
|
||||||
"email": "julien.malik@paraiso.me",
|
"email": "julien.malik@paraiso.me"
|
||||||
"url": "https://gitorious.org/jirafeau"
|
|
||||||
},
|
},
|
||||||
"multi_instance": "false",
|
"multi_instance": "false",
|
||||||
"arguments": {
|
"arguments": {
|
||||||
|
@ -24,6 +24,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
|
"type": "path",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a path for Jirafeau",
|
"en": "Choose a path for Jirafeau",
|
||||||
"fr": "Choisissez un chemin pour Jirafeau"
|
"fr": "Choisissez un chemin pour Jirafeau"
|
||||||
|
@ -42,6 +43,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "upload_password",
|
"name": "upload_password",
|
||||||
|
"type": "password",
|
||||||
"optional": "true",
|
"optional": "true",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Set the password granting upload permissions (leave empty to allow anybody to upload)",
|
"en": "Set the password granting upload permissions (leave empty to allow anybody to upload)",
|
||||||
|
|
Loading…
Reference in a new issue