Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

add new storage option webDAV docs #798

Merged
merged 2 commits into from
Jun 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _data/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
- Amazon S3
- Google Cloud Storage
- Minio
- WebDAV
- Import:
- CSV
- HipChat:
Expand Down
1 change: 1 addition & 0 deletions administrator-guides/file-upload/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
10 changes: 10 additions & 0 deletions administrator-guides/file-upload/webdav/README.md
Original file line number Diff line number Diff line change
@@ -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.