Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead

Last week SWYX nerd-sniped me into building an Open-source Dropbox.

Here is Locker: the ultimate open-source Google Drive/box/Dropbox alternative
- Provider agnostic (S3, R2, vercel blob, local)
- BYOB (Bring your own bucket)
- Virtual file system
- QMD Search plugin

https://locker.dev

Locker | Open-Source File Storage Platform

Self-hostable file storage. Upload, organize, and share files from your own infrastructure.

The selling point of Dropbox/Google Drive isn't the storage itself, but that there's app for mobile and desktop operating systems which deeply integrates it in the OS so it's just like a local folder that's magically synced.

So it's a cool project, but not really what I'd say is a Dropbox replacement.

We can just all use rsync, no need for an app.

Yep, I use rsync to sync files / directories between my desktop, laptop and even phone (Android). Also an external drive.

I ended up creating https://github.com/nickjj/bmsu which calls rsync under the hood but helps you build up a valid rsync command with no surprises. It also codifies each of you backup / restore strategies so you're not having to run massively long rsync commands each time.

Nothing leaves my local network since it's all local file transfers.

Until I want to share with say… anyone that isn’t on HN :)