From a9e961059455171bc9aa6fd2699d8c6c27fb9789 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 20 Sep 2023 20:29:53 +0200 Subject: [PATCH] fix --- conf/config.production.js | 2 +- manifest.toml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/config.production.js b/conf/config.production.js index f218af6..45ea126 100644 --- a/conf/config.production.js +++ b/conf/config.production.js @@ -13,7 +13,7 @@ module.exports = { }, "defaultRetention": "3600", "adminPass": "__PASSWORD__", - "uploadPass": false, + "uploadPass": "__PASSWORD__", "baseUrl": '__PATH__', "uploadDir": '__DATA_DIR__', "port": __PORT__, diff --git a/manifest.toml b/manifest.toml index 345b65f..3019863 100644 --- a/manifest.toml +++ b/manifest.toml @@ -38,6 +38,8 @@ ram.runtime = "50M" default = "visitors" [install.password] + help.en = "The password is used to allow access to uploads and admin panel." + help.fr = "Le mot de passe est utilisé pour autoriser l'accès aux téléchargements et au panneau d'administration." type = "password" [resources]