/mindav

wevdav for minio

Primary LanguageGoMIT LicenseMIT

mindav

Inspired by mindav

minio + webdav

Usage

Use docker compose:

version: "3"
services:

  mindav:
    build:
      context: .
      dockerfile: Dockerfile
    volumes:
      - ./config.json:/mindav/config.json
    ports:
      - "9000:8080"