dom111 / webdav-js

A simple WebDAV client written in JS for use as a bookmarklet, or integration into a web server.
MIT License
85 stars 17 forks source link

Online PWA app that can work with CORS #120

Open stokito opened 1 year ago

stokito commented 1 year ago

I found a great online site to see a webdav share https://katomaso.github.io/webdave/

So I enabled CORS headers and now can access my webdav with it. This may be a more user friendly for regular users and may be turned to a PWA.

Here is a sample of PWAs that works with webdav+cors:

And here is a Lighttpd config that I used: https://gist.github.com/stokito/0a6274106d407ba6d9fb776e7773445d

I also asked it's author to consider to merge or grab some source from the webdav-js

https://github.com/katomaso/webdave/issues/6