add WebDAV support

Fixes #147
This commit is contained in:
Nicola Murino
2020-08-11 23:56:10 +02:00
parent 9a15a54885
commit a9e21c282a
48 changed files with 3376 additions and 363 deletions

View File

@@ -45,6 +45,12 @@
"certificate_file": "",
"certificate_key_file": ""
},
"webdavd": {
"bind_port": 0,
"bind_address": "",
"certificate_file": "",
"certificate_key_file": ""
},
"data_provider": {
"driver": "sqlite",
"name": "sftpgo.db",