I still haven’t found a Google Drive replacement. Nextcloud is way too bloated. Seafile is way too complicated to install.
FileGator seemed like another possible solution…
If you just want file sync, the obvious option is SyncThing. It’s established and highly regarded.
I don’t want to sync files at all. I want files to only be on the server, accessible via web interface. Like Google Drive.
Maybe look onto OwnCloud. That’s the project NextCloud was forked from many years ago. It’s very much still around and had a very different philosophy, a much more minimalistic approach with focus on stability. That’s actually the reason the people behind NextCloud had to fork it, cause all their additional features (bloat) wasn’t accepted upstream.
Nextcloud is way too bloated
It really isn’t, though? What if you deploy it from source with just the modules you need and a tuned config for PHP/postgres?
I like NC and use it primarily for file sync. I think this would create a fragile maintenance nightmare for the sake of saving a few MB of storage and memory.
I have been in Nextcloud wagon for quite sometime, but latest versions or new features are not really in my use case. I just want a place to store my files and work with others (mostly family), nothing about AI assistants or the like.
With that said, I have a testing instance of Sync-in. So far is good, files are stored on my server and the structure makes it easy to backup (one of the reasons I dropped OpenCloud), collaboraCODE integration works really well, sharing spaces with family works OK.
The only missing feature is an Android client, like nextcloud, to store some files locally (something that you could need to be available and not be concerned about connectivity). As a workaround, I’m using syncthing (I’m aware of the android-app related drama, and that’s why I would love to have an Android native client for Sync-in).
Hi,
I’ve been on seafile for years, I see no reason for the docker install to scare you.
I’ve been meaning to migrate to an european alternative (seafile is essentially chinese), but none seem to have the notion of zero-trust.
I’ve checked both opencloud and sync-in. In both cases, if you are the admin, you can access every one’s files. For now at least. This means a hacker accessing your server could also get the files uncrypted.
This is a no-go for me, I want my friends to be able to trust my instance so they can use it. Seafile has that : you can create an encrypted collection which asks for a second password when you open it.
A very simple way to set up file access is to use SSHFS, mounting the drive via SFTP. It may not be as fast as other protocols but it is simple and requires minimal setup on your server.
https://github.com/winfsp/sshfs-win
https://github.com/libfuse/sshfsYeah, that’s what I was doing before when it was just me. But, my wife isn’t gonna wanna mount an SSHFS. It needs to work like Google Drive, meaning web interface.





