Hello! How are folks self-hosting online storage, similar to Google Drive?
Some options I’ve found:
- https://filebrowser.org/ (maintenance-only mode)
- https://www.seafile.com/en/home/ (weird disk layout scares me)
- https://tinyfilemanager.github.io/ (i like simple!)
- https://github.com/mickael-kerjean/filestash
A bunch more: https://github.com/awesome-selfhosted/awesome-selfhosted?tab=readme-ov-file#file-transfer---web-based-file-managers
I mainly just need basic file management features. I don’t plan to share files outside of my tailscale VPN. I do need to support multiple users though.
I’m not considering Nextcloud because that seems too big. I’m also not considering syncthing for this project because I don’t want copies on multiple devices.
I’m currently just using ssh+nautilus and that’s worked great for just me, but something similar to Google Drive would be easier to onboard my family.
Why does the storage layer of seafile scare you? Are you also scared of databases and prefer storing things in raw txt files? The difference is the same. You get certain features in return:
You still have access via:
Yes, actually. 😅 I can’t manage a database for more than a few weeks before I screw it up or want to easily edit something and stop using it.
I don’t think databases are bad. I think I’m too much of a fuckup to manage one.
LOL, ok, fair 😁
You should in any case consider your backup strategy. If you have reliable backups, your fuckups can’t be as bad anymore. If you don’t have reliable backups, a “raw” storage doesn’t help you either. Maybe even the contrary: you won’t notice, if individual files get corrupted or even lost until it’s too late. (Not talking about disk corruption, against which the right filesystem can guard you… but I am not sure you trust filesystems either 😛)