Sign inSign up

putraeka/karadav

By putraeka

Updated about 2 years ago

KaraDAV - A lightweight WebDAV server, compatible with ownCloud and NextCloud clients

Image
Web servers
0

1.5K

putraeka/karadav repository overview

KaraDAV - A lightweight WebDAV server, compatible with ownCloud and NextCloud clients

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.

Karadav Demo Image

Deploy with Docker Compose

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"

Tag summary

Content type

Image

Digest

sha256:eec7d26f2

Size

10.3 MB

Last updated

about 2 years ago

docker pull putraeka/karadav