mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
Fix
This commit is contained in:
parent
b6f62f402d
commit
d9943c232d
2 changed files with 3 additions and 3 deletions
|
@ -10,5 +10,5 @@ services = ["__APP__"]
|
||||||
[main.config.max_file_size]
|
[main.config.max_file_size]
|
||||||
ask = "Max file size"
|
ask = "Max file size"
|
||||||
type = "number"
|
type = "number"
|
||||||
help = "Choose a max file size, in Mo (0 = no limit)"
|
help = "Choose the maximum file size allowed to send, in Mo (0 = no limit)"
|
||||||
bind = "max_file_size:/var/www/lufi/lufi.conf"
|
bind = "max_file_size:/var/www/lufi/lufi.conf"
|
||||||
|
|
|
@ -47,8 +47,8 @@
|
||||||
"name": "max_file_size",
|
"name": "max_file_size",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a max file size, in Mo (0 = no limit)",
|
"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)"
|
"fr": "Choisissez une taille de fichier maximum en Mo (0 = pas de limite)"
|
||||||
},
|
},
|
||||||
"example": "100",
|
"example": "100",
|
||||||
"default": "100"
|
"default": "100"
|
||||||
|
|
Loading…
Add table
Reference in a new issue