Hi guys do you guys know any selfhosted cloud solution that has a combined sync and filestream option?
Context when you use seafile on macos there is seadrive (mounts external cloud like a drive) and seafile sync which syncs files to local folders. The problem is the two clients sort of act seperatly from one other (you cant make seadrive make files offline for instance neither can you preview files in seafile sync).
By contrast onedrive and google drive both have client apps which can sync on demand (file stream) and optionally make files available offline with a simple right click in context menu.
Side note I have tried nextcloud on mac but its experimental mount mode just keeps a placeholder .nextcloud file.
Edit:
Nextcloud does have proper virtual file sync. Only limitation is you can’t make files availble offline via the context menu and instead need to set up manual folder syncs
Edit 2:
You need to grab the release from https://github.com/nextcloud-releases/desktop/releases/tag/v3.13.0
Specifically the vfs version Nextcloud-3.13.0-macOS-vfs.pkg
Nextcloud… It’s self hostable with a really good Mac app
I deleted my comments seeing the ending side note about NC.
Does the MacOS NC app do files-on-demand?
I think it’s experimental for mac. It’s called “virtual filesystem” if you want to Google it.
Nextcloud desktop client 3.13.0
Edit 2:
You need to grab the release from https://github.com/nextcloud-releases/desktop/releases/tag/v3.13.0
Specifically the vfs version Nextcloud-3.13.0-macOS-vfs.pkg
brew doesn’t really work
Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:
Fewer Letters More Letters NAS Network-Attached Storage SFTP Secure File Transfer Protocol for encrypted file transfer, over SSH SMB Server Message Block protocol for file and printer sharing; Windows-native SSD Solid State Drive mass storage SSH Secure Shell for remote terminal access
[Thread #792 for this sub, first seen 9th Jun 2024, 05:55] [FAQ] [Full list] [Contact] [Source code]
Have a look at Syncthing
+1 for Syncthing. I run it on a server at home, then on my MacBook over Tailscale. For web access I run FileBrowser (also over Tailscale) against the same directory.
Syncthing doesn’t have an ‘files on demand’ feature though. The way that cloud storage providers do it is by having placeholder files which are selectively synced. Resilio Sync can do it, although it does change the file extension for the placeholder files to .rslsync temporarily.
Unfortunatly like syncthing nextcloud mac app also has the same file extension sync issue (they use .nextcloud).
Is that still the case for the Nextcloud macOS client? Because this post from the devs from a few months ago implies that the .nextcloud file extension behaviour is temporary and that they’re meant to be using Apple’s File Provider API, same way that Dropbox and OneDrive do.
This is how it shows up for me on Nextcloud desktop client 3.13.0
Looks like that feature is still in beta and therefore only available in the beta client. The stable release still uses the .nextcloud extension workaround.
Update the stable client does have proper virtual file sync.
Regarding the previous virtual file sync system (.nextcloud) you had to enable experimental features to get it. The latest stable just has both versions of syncing and I missed the obsious vfs sync option.
The only downside to the new system is there isn’t a make file/folder available offline always option in the context menu (you can get around this by manually setting up synced folders but it is a little inconvient).
Ah! Good to know! I haven’t touched my Mac client sync settings in a while so I’ll check this out.