rexzhang / asgi-webdav

An asynchronous WebDAV server implementation, Support multi-provider, multi-account and permission control.
https://rexzhang.github.io/asgi-webdav/
MIT License
75 stars 14 forks source link

ASGI root path support #51

Closed amundhov closed 4 months ago

amundhov commented 4 months ago

Working branch to explore root_path handling for ASGI app.

amundhov commented 4 months ago

I've halted work on this as I kept bumping into issues when trying to use ROOT_PATH with different tools (rclone mounting as volume in macOS, etc ).

rexzhang commented 4 months ago

I've halted work on this as I kept bumping into issues when trying to use ROOT_PATH with different tools (rclone mounting as volume in macOS, etc ).

FYI:https://github.com/rexzhang/asgi-webdav/blob/main/examples/work_together_with_other_asgi_app.py