mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
fix manifest and multi_instance
This commit is contained in:
parent
66f1f8d042
commit
9b7dbb913c
1 changed files with 6 additions and 6 deletions
|
@ -11,12 +11,12 @@
|
||||||
},
|
},
|
||||||
"version": "0.03.5",
|
"version": "0.03.5",
|
||||||
"url": "https://git.framasoft.org/luc/lufi",
|
"url": "https://git.framasoft.org/luc/lufi",
|
||||||
"license": "AGPL",
|
"license": "AGPL-3.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "frju365, cyp",
|
"name": "frju365, cyp",
|
||||||
"email": "win10@tutanota.com, cyp@rouquin.me"
|
"email": "win10@tutanota.com, cyp@rouquin.me"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx"
|
"nginx"
|
||||||
],
|
],
|
||||||
|
@ -43,13 +43,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "max_file_size",
|
"name": "max_file_size",
|
||||||
"type": "int",
|
"type": "string",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a max file size, in Mo",
|
"en": "Choose a max file size, in Mo (0 = no limit)",
|
||||||
"fr": "Choisissez une taille de fichier maximum chemin, en Mo"
|
"fr": "Choisissez une taille de fichier maximum chemin, en Mo (0 = pas de limite)"
|
||||||
},
|
},
|
||||||
"example": "100",
|
"example": "100",
|
||||||
"default": 100
|
"default": "100"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
|
|
Loading…
Reference in a new issue