KaraDAV - A lightweight WebDAV server, compatible with ownCloud and NextCloud clients
1.5K
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.

version: '3'
services:
karadav:
container_name: karadav
image: putraeka/karadav:latest
volumes:
- ./data:/var/karadav/data
- ./config.local.php:/var/karadav/config.local.php
ports:
- "8080:8080"
Content type
Image
Digest
sha256:eec7d26f2…
Size
10.3 MB
Last updated
about 2 years ago
docker pull putraeka/karadav