Skip to content

Commit da219ca

Browse files
committed
Reformat supported servers
1 parent bcdab1d commit da219ca

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

readme.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -115,23 +115,15 @@ You can add your own trusted certificate in android `Settings` > `Encryption and
115115

116116
It should work with any DAV compliant server.
117117

118-
* [Nextcloud](https://nextcloud.com/files/) (full support: preserves file creation timestamps)
119-
* [owncloud](https://owncloud.com/) (full support: preserves file creation timestamps)
120-
* [SFTPGo](https://github.com/drakkan/sftpgo) Full-featured and highly configurable SFTP, HTTP/S,
121-
FTP/S and WebDAV server - S3, Google Cloud Storage, Azure Blob (full support: preserves file
122-
creation timestamps)
123-
* [apache](https://httpd.apache.org/docs/current/fr/mod/mod_dav.html) (basic support: does not
124-
preserve file creation timestamps)
125-
* [nginx](http://nginx.org/en/docs/http/ngx_http_dav_module.html) (basic support: does not preserve
126-
file creation timestamps, no etag support)
127-
* [Mailbox](https://mailbox.org/) (basic support: does not preserve file creation timestamps, no
128-
etag
129-
support, use
130-
`https://office.mailbox.org/servlet/webdav.infostore` as url and
131-
`/Userstore/<firstname lastname>/Documents` as remote folder)
132-
* [Hacdias Webdav](https://github.com/hacdias/webdav) A simple and standalone WebDAV server. (basic
133-
support: does not preserve file creation timestamps)
134-
* *add your server here*
118+
| WebDAV Server | Support Level | Notes |
119+
|---------------------------------------------------------------------|---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
120+
| [Nextcloud](https://nextcloud.com/files/) | Full | Preserves file creation timestamps |
121+
| [owncloud](https://owncloud.com/) | Full | Preserves file creation timestamps |
122+
| [SFTPGo](https://github.com/drakkan/sftpgo) | Full | Preserves file creation timestamps. |
123+
| [Apache](https://httpd.apache.org/docs/current/fr/mod/mod_dav.html) | Basic | Does not preserve file creation timestamps |
124+
| [nginx](http://nginx.org/en/docs/http/ngx_http_dav_module.html) | Basic | Does not preserve file creation timestamps, no etag support |
125+
| [Mailbox](https://mailbox.org/) | Basic | Does not preserve file creation timestamps, no etag support. Use https://office.mailbox.org/servlet/webdav.infostore as URL and /Userstore/<firstname lastname>/Documents as remote folder. |
126+
| [Hacdias Webdav](https://github.com/hacdias/webdav) | Basic | A simple and standalone WebDAV server. Does not preserve file creation timestamps. |
135127

136128
## Sync is slow on Nextcloud
137129

0 commit comments

Comments
 (0)