Home

Awesome

ASGI WebDAV Server

GitHub PyPI Pytest Workflow Status codecov Code style: black Docker Pulls PyPI - Downloads GitHub Downloads

An asynchronous WebDAV server implementation, Support multi-provider, multi-account and permission control.

Features

Python Version

v3.10+

Quickstart

中文手册

docker pull ray1ex/asgi-webdav
docker run -dit --restart unless-stopped \
  -p 8000:8000 \
  -e UID=1000 -e GID=1000 \
  -v /your/data:/data \
  --name asgi-webdav ray1ex/asgi-webdav

Default Account

valuedescription
usernameusername-
passwordpassword-
permission["+"]Allow access to all directories

View in Browser

View in Browser

Documentation

Documentation at GitHub Page

TODO

Related Projects