Does anyone have any experience with Sync-in for online files?
(github.com)
from paequ2@lemmy.today to selfhosted@lemmy.world on 02 Mar 04:48
https://lemmy.today/post/48563874
from paequ2@lemmy.today to selfhosted@lemmy.world on 02 Mar 04:48
https://lemmy.today/post/48563874
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…
#selfhosted
threaded - newest
I haven’t tried Sync-in but if simple is what you want then a Synology DS225+ should get you up n running quickly.
androidpolice.com/synology-as-a-google-drive-alte…
Which part of the seafile install was it that made you back off?
manual.seafile.com/latest/…/setup_ce_by_docker/
Ah, I forgot to mention I’m already running my own Debian server. Ideally, I wouldn’t have to buy another device just for online file management.
There’s proxies behind proxies behind proxies that proxy to proxies so you can proxy while you proxy.
I managed to install half of it, but then some of the many servers you need to install didn’t end up talking with each other. I tried studying the architecture for a bit, but still couldn’t figure out which server’s request I needed to rewrite in order for the other server to see it.
Opencloud is the was to go from the established systems in my opinion. github.com/opencloud-eu
File sharing and -management for me has a higher level of trust and stability requirements. Syncin with four developers and “doing everything” while based on typescript makes me suspicious - but I haven’t tried it hands-on.
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?
Copyparty is awesome. You don’t even need to sync you can just mount WebDAV
Agreed, copyparty is awesome. However, the one obvious downside is that you lose guaranteed offline support (some clients may allow for it, but it’s not baked in).
If you just want file sync, the obvious option is SyncThing. It’s established and highly regarded.
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.
github.com/winfsp/sshfs-win
github.com/libfuse/sshfs
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).