Add: fileDownloadedWebhook (Closes #29)

This commit is contained in:
Christoph Wiechert
2018-12-14 17:30:43 +01:00
parent be01f8a278
commit a2e4f0c316
4 changed files with 59 additions and 1 deletions

View File

@@ -38,7 +38,10 @@ const config = {
// set to false to disable logging
"accessLog": ':date[iso] :method :url :status :response-time :remote-addr',
//use to set custom upload url
"uploadAppPath": '/'
"uploadAppPath": '/',
// download notification webhook
// invokes an HTTP POST to this url whenever a file was downloaded
"fileDownloadedWebhook": null
};