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

  • Presi300
    link
    fedilink
    English
    1024 days ago

    Nextcloud… It’s self hostable with a really good Mac app

    • Joël de Bruijn
      link
      fedilink
      English
      224 days ago

      I deleted my comments seeing the ending side note about NC.

      Does the MacOS NC app do files-on-demand?

      • @atzanteol
        link
        English
        223 days ago

        I think it’s experimental for mac. It’s called “virtual filesystem” if you want to Google it.

      • @[email protected]OP
        link
        fedilink
        English
        223 days ago

        It sorta does. Nextcloud creates a list of placeholder files with a .nextcloud extension and when you open it nextcloud will auto download the realfile and open it.

        • Joël de Bruijn
          link
          fedilink
          English
          423 days ago

          It’s a type of integration with local file handling:

          • you see every folder and file in explorer / finder.
          • they are just filenames but without the data
          • they act normal and can be copy pasted renamed etc
          • the moment a file is opened the first time, the data gets synced locally.

          I use it to connect to rather large folders (bigger then my SSD) because it only takes up space of the files in use.