mirror of
https://github.com/kd2org/picodav.git
synced 2025-01-03 11:22:11 +01:00
Add mention of KaraDAV in README
FossilOrigin-Name: 501d6d1a7f02c56bed11799e963777760a0c45fbab6e52dd930065aa45715a9b
This commit is contained in:
parent
afbe3b572e
commit
04ebd25e87
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
@ -145,6 +145,25 @@ Access to PHP files is also disabled for the same reasons.
|
||||||
|
|
||||||
This is designed to work best with Apache web servers. If you are using another web server, you'll have to adapt the rules described in `.htaccess` to your own server.
|
This is designed to work best with Apache web servers. If you are using another web server, you'll have to adapt the rules described in `.htaccess` to your own server.
|
||||||
|
|
||||||
|
## See also: KaraDAV
|
||||||
|
|
||||||
|
[KaraDAV](https://github.com/kd2org/karadav/) is another WebDAV server built by me, using the same library and the same web UI to manage files.
|
||||||
|
|
||||||
|
How KaraDAV is different? Well, KaraDAV:
|
||||||
|
|
||||||
|
* provides support for NextCloud and ownCloud apps
|
||||||
|
* allows to edit office documents using Collabora or OnlyOffice
|
||||||
|
* each user have their own data directory
|
||||||
|
* has a nice web UI to manage users
|
||||||
|
* has support for custom WebDAV properties
|
||||||
|
* has support for per-user quota
|
||||||
|
* supports LDAP authentication
|
||||||
|
* uses SQLite3 for its database
|
||||||
|
* supports WebDAV locks (meaning no-one can edit the same file as you at the same time)
|
||||||
|
* can use NextCloud/ownCloud chunk uploads (uploading of large files in smaller chunks)
|
||||||
|
|
||||||
|
So PicoDAV is just a smaller subset, aimed at providing quick and easy access to files on a web server, specifically with mass hosting providers, who often only provide slow FTP access.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
This software includes the KD2\WebDAV class from the [KD2FW package](https://fossil.kd2.org/kd2fw/).
|
This software includes the KD2\WebDAV class from the [KD2FW package](https://fossil.kd2.org/kd2fw/).
|
||||||
|
|
Loading…
Reference in a new issue