Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebDAV view to DANDI Archive #164

Closed
wants to merge 13 commits into from
14 changes: 14 additions & 0 deletions webdav/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
This is a proof-of-concept implementation of a readonly WebDAV interface to
DANDI Archive.

To use:

- Install the dependencies listed in `requirements.txt`. Python 3.9+ is
required.
- Run `python3 dandidav.py`; the WebDAV server will be accessible for as long
as the script is left running
- Visit http://127.0.0.1:8080 in any WebDAV client (including a regular web
browser)
- If your client asks you about login details, you may log in without
authentication/as a guest.
- Shut down the server by hitting Ctrl-C
Loading