I’m looking for something to replace cloud storage for myself and family. I’ve tried to use/like NextCloud but honestly I despise it. The UI/UX really bothers me, and administering it is a pain. It also just does way more that I want or need.
What I’m looking for:
- Supports a virtual/sync folder on Mac. Like iCloud does, it needs to create a local folder on a Mac. I personally just use SMB, but for family members that’s not as easy (see next point).
- Accessible from the internet. I don’t want to put my family members on the VPN, but I do have a central OAuth for other stuff so I want it to be secured with behind that.
- Doesn’t need to have a web interface or phone app. If it integrates into the computer, it doesn’t really need this. I can just use (FileBrowser)[https://filebrowser.org/]. It’s mostly used for documents and the like, so desktop/laptop use is the most important.
Anyone use anything that fits this? Or anyone in general dislike NextCloud and use something else?
Edit: Maybe I can just setup webdav and use something like https://mountainduck.io/? Would be better to find something FOSS though, if possible.
+1 For Seafile. They put out a docker image that works well. It hasthe fastest sync I’ve ever seen and it has good clients.
Does Seafile store data in a flat file, or as files/folder hierarchy on disk?
It stores it however you want it stored, bby ;)
Okay I’m trying out seafile and it seems awesome, so maybe that will be the way to go.
It stores them in a custom format in blocks, which is the only real downside because that means it can’t interop with things like FTP or SMB
It does allow you to found the files, just not via smb or ftp. It requires it’s own filesystem but works very well.
https://manual.seafile.com/extension/fuse/
I’ve tested this on my backups for which I use borg backup.
First I mount a remote borg repository using one command. Then mount the seafile repository via the fuse command above.
Note that the sea drive client app does the same thing as above but in the gui and mounts the library as a virtual hard drive.
https://help.seafile.com/drive_client/drive_client_for_win10/
This is different than the actual seafile client app which is the standard folder sync / Dropbox like behavior that most users will only ever use. All the other things I mentioned above are for advanced use cases only and not normally needed but very nice to have.
BTW authentik for Single sign on works super well
Maybe syncthing?
ITT: where the hell is Owncloud coming from? It’s barely maintained, its now owned by some shitbirds, and it’s like a poor version of Nextcloud.
I haven’t heard anyone talk of Owncloud in years, it’s like the OpenOffice of sync suites.
At this point why not just run… no software? A plain Linux VPS server. And plain files.
You can do two-way sync with Syncthing or Unison. One way sync with rsync. Can mount external or network drives for almost unlimited storage expansions. Easy access from mobile devices via SFTP. Everything with single (passwordless) login for every member. And above all run any arbitrary command.
Seafile?