Light-weight WebDav?

Hi

I use software (zotero & joplin) which sync across different devices using WebDav. I’m wondering what would be the best approach to install webdav? I’m aware Nextclould has that function but seems overkill; and similarly, installing apache to use webdav. Also, only need for my LAN (don’t need external access).

Is there a light-weight package that can be installed on osmc?

thanks for any advice

I’d mount it via fstab, if you intend to make the mount permanent. You should only need to install one package:

sudo apt-get install davfs2

Cheers

Sam

Thanks! That looks perfect