Skip to content

Commit 50d63f8

Browse files
committed
Reformat supported servers
1 parent da219ca commit 50d63f8

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +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-
| 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. |
118+
| WebDAV Server | Preserves file creation timestamps | Notes |
119+
|---------------------------------------------------------------------|------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|
120+
| [Nextcloud](https://nextcloud.com/files/) | ✅ Yes | |
121+
| [owncloud](https://owncloud.com/) | ✅ Yes | |
122+
| [SFTPGo](https://github.com/drakkan/sftpgo) | ✅ Yes | |
123+
| [Apache](https://httpd.apache.org/docs/current/fr/mod/mod_dav.html) | ❌ No | |
124+
| [nginx](http://nginx.org/en/docs/http/ngx_http_dav_module.html) | ❌ No | no etag support. |
125+
| [Mailbox](https://mailbox.org/) | ❌ No | 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) | ❌ No | |
127127

128128
## Sync is slow on Nextcloud
129129

0 commit comments

Comments
 (0)