1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/psitransfer_ynh.git synced 2024-09-03 20:16:06 +02:00
This commit is contained in:
Éric Gaspar 2023-09-20 20:29:53 +02:00
parent b52a48108d
commit a9e9610594
2 changed files with 3 additions and 1 deletions

View file

@ -13,7 +13,7 @@ module.exports = {
},
"defaultRetention": "3600",
"adminPass": "__PASSWORD__",
"uploadPass": false,
"uploadPass": "__PASSWORD__",
"baseUrl": '__PATH__',
"uploadDir": '__DATA_DIR__',
"port": __PORT__,

View file

@ -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]