1
0
Fork 0
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:
Kayou 2019-03-03 18:52:52 +01:00
parent 66f1f8d042
commit 9b7dbb913c
No known key found for this signature in database
GPG key ID: 823A2CBE071D3126

View file

@ -11,12 +11,12 @@
},
"version": "0.03.5",
"url": "https://git.framasoft.org/luc/lufi",
"license": "AGPL",
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "frju365, cyp",
"email": "win10@tutanota.com, cyp@rouquin.me"
},
"multi_instance": false,
"multi_instance": true,
"services": [
"nginx"
],
@ -43,13 +43,13 @@
},
{
"name": "max_file_size",
"type": "int",
"type": "string",
"ask": {
"en": "Choose a max file size, in Mo",
"fr": "Choisissez une taille de fichier maximum chemin, en Mo"
"en": "Choose a max file size, in Mo (0 = no limit)",
"fr": "Choisissez une taille de fichier maximum chemin, en Mo (0 = pas de limite)"
},
"example": "100",
"default": 100
"default": "100"
},
{
"name": "is_public",