1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lufi_ynh.git synced 2024-09-03 19:36:28 +02:00

manifest update

This commit is contained in:
Kayou 2019-03-03 18:04:26 +01:00
parent 535d23a56d
commit 26d226f65a
No known key found for this signature in database
GPG key ID: 823A2CBE071D3126

View file

@ -3,13 +3,13 @@
"id": "lufi",
"packaging_format": 1,
"requirements": {
"yunohost": ">= 2.4"
"yunohost": ">= 3.2"
},
"description": {
"en": "Self hosting files and sharing anonymous application",
"fr": "Application d'hébergement et de partage de fichiers anonyme"
},
"version": "0.6 dev",
"version": "0.03.5",
"url": "https://git.framasoft.org/luc/lufi",
"license": "AGPL",
"maintainer": {
@ -21,7 +21,7 @@
"nginx"
],
"arguments": {
"install" : [
"install": [
{
"name": "domain",
"type": "domain",
@ -42,23 +42,24 @@
"default": "/lufi"
},
{
"name": "admin",
"type": "user",
"name": "max_file_size",
"type": "int",
"ask": {
"en": "Choose the Lufi administrator (must be an existing YunoHost user)",
"fr": "Choisissez un administrateur Lufi (doit être un utilisateur YunoHost)"
"en": "Choose a max file size, in Mo",
"fr": "Choisissez une taille de fichier maximum chemin, en Mo"
},
"example": "john"
"example": "100",
"default": 100
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
}
]
}
}
}