All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

KaraDAV: Lightweight PHP WebDAV Server Compatible with NextCloud and ownCloud

By

indigodaddy

4mo ago· 9 min readenCode

Summary

KaraDAV is a lightweight WebDAV server written in PHP 8+ that is compatible with ownCloud and NextCloud clients. It has minimal dependencies (only SQLite3) and was originally developed as a demo for the KD2 WebDAV library used in Paheko, a non-profit management solution. The server can be used for simple but powerful file sharing and offers good performance with no external dependencies.

Key quotes

· 4 pulled
This is a simple and lightweight WebDAV server, allowing to easily set up a file sharing server compatible with WebDAV and NextCloud clients.
It has no dependencies and good performance.
It is written in PHP (8+). The only dependency is SQLite3 for the database.
Its original purpose was to serve as a demo and test for the KD2 WebDAV library, which we developed for Paheko, our non-profit management solution, but it can also be used as a simple but powerful file sharing server.
Snippet from the RSS feed
Lightweight NextCloud compatible WebDAV server. Contribute to kd2org/karadav development by creating an account on GitHub.

You might also wanna read