Feature request: allow WebDAV URL as back-end
fancsali opened this issue · 3 comments
For better inter-operability with tools like rclone
it would be brilliant if alongside a directory as the vault path, one could specify a WebDAV url.
This would mean, one could use a combination of rclone
and cryptomator-cli
in limited environments, where a mount is not possible. (Perhaps foe permission reasons, or simply because of using something like Termux)
This can be achieved by combining cloud-access-java with fuse-cloud-access-adapter and a little bit of glue code.
This bypasses local fs (except for some caching) and reads and writes directly from/to the cloud.
If you want a ready-to-use solution, on Windows and Mac there is Mountain Duck, but it is not CLI program.
We will rewrite the project in a different framework, throwing the old code away making this issue obsolete.