1
0
forked from Git/send_ynh
This commit is contained in:
Éric Gaspar
2024-11-07 09:58:09 +01:00
parent 362200ef97
commit 1dcb43a607
4 changed files with 11 additions and 11 deletions

View File

@ -13,10 +13,10 @@ services = ["__APP__"]
ask.en = "Max File Size"
ask.fr = "Taille maximale du fichier"
type = "number"
default = 2684354560
help.en = "Define the maximum file size limit"
help.fr = "Définir la limite de taille maximale du fichier"
bind = ":__INSTALL_DIR__/server/config.js"
default = 100
help.en = "Choose the maximum file size allowed to send (in Mo)"
help.fr = "Choisissez la taille maximale du fichier autorisé à envoyer (en Mo)"
bind = "max_file_size:__INSTALL_DIR__/server/config.js"
[main.config.max_download]
ask.en = "Max download"
@ -25,18 +25,18 @@ services = ["__APP__"]
default = 100
help.en = "Define the maximum download limit"
help.fr = "Définir la limite maximale du nombre de téléchargement"
bind = ":__INSTALL_DIR__/server/config.js"
bind = "max_download:__INSTALL_DIR__/server/config.js"
[main.config.custom_title]
ask.en = "Custom Title"
ask.fr = "Titre personnalisé"
type = "string"
help = "Add a custom title for Send"
bind = ":__INSTALL_DIR__/server/config.js"
bind = "custom_title:__INSTALL_DIR__/server/config.js"
[main.config.custom_description]
ask.en = "Custom Description"
ask.fr = "Description personnalisée"
type = "string"
help = "Add a custom description for Send"
bind = ":__INSTALL_DIR__/server/config.js"
bind = "custom_description:__INSTALL_DIR__/server/config.js"