From 35809be3a3d700405662176b1c7556835ca74f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 20 May 2023 19:54:44 +0200 Subject: [PATCH] fix --- doc/ADMIN.md | 2 +- doc/ADMIN_fr.md | 2 +- scripts/_common.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index d82e807..c87b3d2 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -1,2 +1,2 @@ -The config file path is `__INSRALL_DIR__/server/config.js`. +The config file path is `__INSTALL_DIR__/server/config.js`. You can configure things such as the max file size, max downloads, or max file expire time. diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index 28d2afd..0e7b52e 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -1,2 +1,2 @@ -Le chemin du fichier de configuration est `__INSRALL_DIR__/server/config.js`. +Le chemin du fichier de configuration est `__INSTALL_DIR__/server/config.js`. Vous pouvez configurer des paramètres tels que les taille de fichier, nombre de téléchargements, ou temps d'expiration des fichiers maximums. diff --git a/scripts/_common.sh b/scripts/_common.sh index 6bef610..0fdf85a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=16.13 +nodejs_version=18 #================================================= # PERSONAL HELPERS