{"id":13598424,"url":"https://github.com/rexzhang/asgi-webdav","last_synced_at":"2025-04-04T21:07:29.047Z","repository":{"id":37091481,"uuid":"331906236","full_name":"rexzhang/asgi-webdav","owner":"rexzhang","description":"An asynchronous WebDAV server implementation, Support multi-provider, multi-account and permission control.","archived":false,"fork":false,"pushed_at":"2024-10-31T04:29:10.000Z","size":1528,"stargazers_count":78,"open_issues_count":11,"forks_count":15,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T20:09:36.029Z","etag":null,"topics":["asgi","asyncio","docker-container","webdav","webdav-server"],"latest_commit_sha":null,"homepage":"https://rexzhang.github.io/asgi-webdav/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rexzhang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://paypal.me/ray1ex"]}},"created_at":"2021-01-22T10:02:52.000Z","updated_at":"2025-03-14T05:02:37.000Z","dependencies_parsed_at":"2024-06-13T09:32:03.286Z","dependency_job_id":"623f692c-b1fe-4360-9fe3-eb921d4d8888","html_url":"https://github.com/rexzhang/asgi-webdav","commit_stats":{"total_commits":474,"total_committers":5,"mean_commits":94.8,"dds":"0.025316455696202556","last_synced_commit":"c8aa557b7ac203456fe977de1aa87a2b03888a9a"},"previous_names":[],"tags_count":21,"template":false,"template_full_name":"rexzhang/python-project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexzhang%2Fasgi-webdav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexzhang%2Fasgi-webdav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexzhang%2Fasgi-webdav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexzhang%2Fasgi-webdav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rexzhang","download_url":"https://codeload.github.com/rexzhang/asgi-webdav/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247249524,"owners_count":20908212,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asgi","asyncio","docker-container","webdav","webdav-server"],"created_at":"2024-08-01T17:00:52.462Z","updated_at":"2025-04-04T21:07:29.031Z","avatar_url":"https://github.com/rexzhang.png","language":"Python","funding_links":["https://paypal.me/ray1ex"],"categories":["Servers","End-user applications"],"sub_categories":["Standalone"],"readme":"# ASGI WebDAV Server\n\n![GitHub](https://img.shields.io/github/license/rexzhang/asgi-webdav)\n[![PyPI](https://img.shields.io/pypi/v/ASGIWebDAV)](https://pypi.org/project/ASGIWebDAV)\n![Pytest Workflow Status](https://github.com/rexzhang/asgi-webdav/actions/workflows/check-pytest.yml/badge.svg)\n[![codecov](https://codecov.io/gh/rexzhang/asgi-webdav/branch/main/graph/badge.svg?token=6D961MCCWN)](https://codecov.io/gh/rexzhang/asgi-webdav)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Docker Pulls](https://img.shields.io/docker/pulls/ray1ex/asgi-webdav)](https://hub.docker.com/r/ray1ex/asgi-webdav)\n![[PyPI - Downloads](https://pypi.org/project/ASGIWebDAV/)](https://img.shields.io/pypi/dm/ASGIWebDAV)\n[![GitHub Downloads](https://img.shields.io/github/downloads/rexzhang/asgi-webdav/total)](https://github.com/rexzhang/asgi-webdav/releases)\n\nAn asynchronous WebDAV server implementation, Support multi-provider, multi-account and permission control.\n\n## Features\n\n- [ASGI](https://asgi.readthedocs.io) standard\n- WebDAV standard: [RFC4918](https://www.ietf.org/rfc/rfc4918.txt)\n- Support multi-provider: FileSystemProvider, MemoryProvider\n- Support multi-account and permission control\n- Support optional home directory\n- Support store password in raw/hashlib/LDAP(experimental) mode\n- Full asyncio file IO\n- Passed all [litmus(0.13)](http://www.webdav.org/neon/litmus) test, except 3 warning\n- Browse the file directory in the browser\n- Support HTTP Basic/Digest authentication\n- Support response in Gzip/Brotli\n- Compatible with macOS finder and Window10 Explorer\n\n## Python Version\n\nv3.10+\n\n## Quickstart\n\n[中文手册](https://rexzhang.github.io/asgi-webdav/zh/)\n\n```shell\ndocker pull ray1ex/asgi-webdav\ndocker run -dit --restart unless-stopped \\\n  -p 8000:8000 \\\n  -e UID=1000 -e GID=1000 \\\n  -v /your/data:/data \\\n  --name asgi-webdav ray1ex/asgi-webdav\n```\n\n## Default Account\n\n|            | value      | description                     |\n| ---------- | ---------- | ------------------------------- |\n| username   | `username` | -                               |\n| password   | `password` | -                               |\n| permission | `[\"+\"]`    | Allow access to all directories |\n\n## View in Browser\n\n![View in Browser](docs/web-dir-browser-screenshot.png)\n\n## Documentation\n\n[Documentation at GitHub Page](https://rexzhang.github.io/asgi-webdav/)\n\n## TODO\n\n- Digest auth support neon\n- SQL database provider\n- Test big(1GB+) file in MemoryProvider\n- display server info in page `/_/admin` or `/_/`\n- Fail2ban(docker)\n- NFSProvider\n- logout at the web page\n- Fix MemoryProvider with macOS finder(create new file)\n- rewrite MemoryProvider with mmap\n- generate template URL for share(read only)\n\n## Related Projects\n\n- \u003chttps://github.com/bootrino/reactoxide\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexzhang%2Fasgi-webdav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frexzhang%2Fasgi-webdav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexzhang%2Fasgi-webdav/lists"}