Add authentication to uploads

This commit is contained in:
Christoph Hagen
2022-05-27 09:25:41 +02:00
parent f14da6bafc
commit ee41e3bcd3
5 changed files with 38 additions and 5 deletions

View File

@ -1,4 +1,7 @@
{
"logPath": "\/var\/log\/caps.log",
"serveFiles": true
"serveFiles": true,
"writers" : [
"auth_key_1"
]
}