diff --git a/_data/toc.yml b/_data/toc.yml index 3a438818fe..f2b81908ed 100644 --- a/_data/toc.yml +++ b/_data/toc.yml @@ -101,6 +101,7 @@ - Amazon S3 - Google Cloud Storage - Minio + - WebDAV - Import: - CSV - HipChat: diff --git a/administrator-guides/file-upload/README.md b/administrator-guides/file-upload/README.md index 30f683351e..959e1577bf 100644 --- a/administrator-guides/file-upload/README.md +++ b/administrator-guides/file-upload/README.md @@ -5,6 +5,7 @@ There are several choices for file storage - GridFS - [Amazon S3](amazon-s3/) - [Google Cloud Storage](google-cloud-storage/) +- [WebDAV](webdav/) - [Minio](minio/) - selfhosted S3 compatible object storage - Local file system diff --git a/administrator-guides/file-upload/webdav/README.md b/administrator-guides/file-upload/webdav/README.md new file mode 100644 index 0000000000..97811ea571 --- /dev/null +++ b/administrator-guides/file-upload/webdav/README.md @@ -0,0 +1,10 @@ +# WebDAV + +You'll need to set the following fields: + +Config. Name | Description +------------ | ------------- +**WebDAV Server Access URL** | The URL of the WebDAV server (WebDAV URLs of Common Cloud Storage Services: https://bit.ly/2M0T9mv) +**WebDAV Username** | Username for the remote server +**WebDAV Password** | Password for the remote server +**Upload Folder Path** | WebDAV folder path which the files should be uploaded to.