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 18:55:12 +02:00
parent fdf1f14a4f
commit 36468ad5bb
2 changed files with 6 additions and 2 deletions

View file

@ -18,8 +18,8 @@ module.exports = {
"uploadDir": '__DATA_DIR__', "uploadDir": '__DATA_DIR__',
"port": __PORT__, "port": __PORT__,
"uploadAppPath": '/', "uploadAppPath": '/',
"maxFileSize": Math.pow(2, 20) * 15, // "maxFileSize": Math.pow(2, 20) * 15,
"maxBucketSize": Math.pow(2, 20) * 20, // "maxBucketSize": Math.pow(2, 20) * 20,
"mailFrom": "PsiTransfer <psitransfer@__DOMAIN__>" "mailFrom": "PsiTransfer <psitransfer@__DOMAIN__>"
// "sslKeyFile": './tmp/cert.key', // "sslKeyFile": './tmp/cert.key',
// "sslCertFile": './tmp/cert.pem', // "sslCertFile": './tmp/cert.pem',

View file

@ -29,6 +29,10 @@ ram.runtime = "50M"
[install.domain] [install.domain]
type = "domain" type = "domain"
[install.path]
type = "path"
default = "/psitransfer"
[install.init_main_permission] [install.init_main_permission]
type = "group" type = "group"
default = "visitors" default = "visitors"