Jan C. Borchardt
Jan C. Borchardt
[Nextcloud](https://nextcloud.com) can be fully self-hosted so you’re not relying on any other service. :) We also support simple WebDAV as API for the files. :) https://github.com/Laverna/laverna/issues/104 The cool folks of...
@perry-mitchell would you be down to write a blog post on how other web apps like Buttercup (and Laverna in this case) can use your library to use Nextcloud as...
There's this great blog post by @perry-mitchell on how to conmect apps to Nextcloud using his webdav-fs library: https://nextcloud.com/blog/using-webdav-fs-to-access-files-in-nextcloud/ Probably quite helpful to people who want to improve Laverna by...
Ah, just saw this comment! :) This library by @perry-mitchell must be what they did to integrate Nextcloud and Buttercup as I mentioned in https://github.com/Laverna/laverna/issues/635 cc @sallar @brantje @wwebfor @wwwredfish...
There’s also now a great blog by @perry-mitchell on [how to Connect your web app to Nextcloud with WebDAV-fs](https://nextcloud.com/blog/using-webdav-fs-to-access-files-in-nextcloud/). :)
It would be quite cool to simply offer sync with a WebDAV server. That way many servers (such as [ownCloud](https://owncloud.org)) will automatically be supported.
Yup, and still having it backed up / synced is important for lots of people. Using WebDAV for that is simplest then since you don’t need to care about the...
@stevenroose how about Paperworks implements WebDAV, the common standard for this kind of stuff? ownCloud and many other servers & clients already support that.
Maybe enabling people to use their [Nextcloud](https://github.com/nextcloud/server) would be cool. :) Then people can save states permanently. It's a simple WebDAV api, or you can use the webdav-fs library: https://nextcloud.com/blog/using-webdav-fs-to-access-files-in-nextcloud/
@claucambra cool, sounds good. Native look is definitely nicer in the long run for that.