Post #3922853
2026-06-22 21:11 UTC
Well it seems to be good enough to start some serious testing on. Here's a FUSE based virtual file system (Webdav + NC APIs) specifically and only for #Nextcloud on Linux.
https://codeberg.org/troed/nextcloud-fuse
Existing pure webdavfs was just too slow for the way I wanted to use it, and the current Nextcloud desktop client needs manual configuration for what folders you want to sync.
This project caches (RAM + disk) a set amount of data with cache LRU eviction. It's meant to simply be a transparent way of accessing Nextcloud hosted files from terminal and/or GUI file managers.
v0.1.0 - for the love of Dog don't use this with actual important data on live production systems! I'm not doing that myself yet - but it seems good enough to start actual testing with.
Replies (1)
-
@mikalai@privacysafe.social 2026-07-19 00:07
@troed@swecyb.com Curious if you are using llm for this. If you do, curious to see - what you put in, prompts, contexts - what llm outputs - what and how much you had to change it