Skip to content

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

License

Notifications You must be signed in to change notification settings

rexzhang/asgi-webdav

Repository files navigation

ASGI WebDAV Server

GitHub PyPI PyPI - Version Pytest Workflow Status codecov Code Style: black Type Checked: mypy Docker Pulls PyPI - Downloads GitHub Downloads

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

Features

  • ASGI standard
  • WebDAV standard: RFC4918
  • Support multi-provider: FileSystemProvider, MemoryProvider, WebHDFSProvider
  • Support multi-account and permission control
  • Support optional anonymous user
  • Support optional home directory
  • Support store password in raw/hashlib/LDAP(experimental) mode
  • Full asyncio file IO
  • Passed all litmus(0.13) test, except 1 warning(A security alert that will not be triggered in an ASGI environment.)
  • Browse the file directory in the browser
  • Support HTTP Basic/Digest authentication
  • Support response in Gzip/Zstd
  • Compatible with macOS finder and Window10 Explorer

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

value description
username username -
password password -
permission ["+"] Allow access to all directories

View in Browser

View in Browser

Documentation

Documentation at GitHub Page

Contributing

Please refer to the Contributing for more information.

Acknowledgements

Please refer to the Acknowledgements for more information.

Related Projects

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 7

Languages