Hi, does anybody know any notetaking app which supports sync with caldav server ? I am self-hosting a Radicale server which on android with DAVx5 client and jtx Board app works pretty well! I have searched on web but haven’t found any desktop alternative to jtxBoard yet which supports this protocol. Anybody using this setup ?
Here’s a decent guide to setting up WebDAV with Apache if you’re interested: https://www.digitalocean.com/community/tutorials/how-to-configure-webdav-access-with-apache-on-ubuntu-20-04
You may need to do some tricks in your reverse proxy to get it to coexist with Radicale under the same domain, but it’s doable. Certainly a lot more lightweight than running Nextcloud just for a webdav service.
Thank you. Will check.