Skip to content

Commit 6df3981

Browse files
committed
Add lighttpd
1 parent 50d63f8 commit 6df3981

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

readme.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,16 @@ 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 | 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 | |
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+
| [Hacdias Webdav](https://github.com/hacdias/webdav) | ❌ No | |
125+
| [Lighttpd](https://redmine.lighttpd.net/projects/lighttpd/wiki/Mod_webdav) | ❌ No | no etag support. |
126+
| [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. |
127+
| [nginx](http://nginx.org/en/docs/http/ngx_http_dav_module.html) | ❌ No | no etag support. |
127128

128129
## Sync is slow on Nextcloud
129130

0 commit comments

Comments
 (0)