18

Hello! How are folks self-hosting online storage, similar to Google Drive?

Some options I've found:

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.

top 21 comments
sorted by: hot top controversial new old
[-] oranki@piefed.social 3 points 2 weeks ago

Nextcloud, despite you're not considering it. You can disable or not install the apps you don't need, like Calendar, Contacts, Photos, Dashboard, Activity, etc.

There's also a fork of Filebrowser, called Filebrowser Quantum, which I've been interested in, though haven't tried yet: https://github.com/gtsteffaniak/filebrowser

[-] sxan@midwest.social 1 points 2 weeks ago

Have you ever used OwnCloud, before the fork?

I hated administrating OwnCloud, and that's kept me away from NextCloud. OwnCloud was a big, resource hogging, hot mess; did NextCloud do a huge refactor and clean it up?

[-] feannag@sh.itjust.works 2 points 2 weeks ago

I didn't use OwnCloud, but I haven't had much issue with Nextcloud. I run it bare metal on a pi 4 and haven't had issues with resource hogging. Getting php to work when the update to php 8 was a bit of a pain but eventually figured it out.

[-] JuvenoiaAgent@piefed.ca 1 points 2 weeks ago

FileBrowser has a fork under development: https://github.com/gtsteffaniak/filebrowser

I currently use copyparty. It's not the prettiest, but it's fast and the documentation on GitHub is extensive. The maintainer is also very friendly and helpful.

[-] MangoPenguin@lemmy.blahaj.zone 1 points 2 weeks ago* (last edited 2 weeks ago)

https://github.com/kd2org/karadav

Nextcloud client/app compatible WebDAV server with a lightweight file browser webUI, and multi-user support.

Should be the closest thing to Google Drive without actually running Nextcloud.

The only issue is it looks like the Nextcloud iOS clients don't work.

[-] dataprolet@lemmy.dbzer0.com 1 points 2 weeks ago

Nextcloud, hands down.

[-] HelloRoot@lemy.lol 1 points 2 weeks ago* (last edited 2 weeks ago)

I personally really like sftpgo and I mount it via webdav.

I used seafile first, then nextcloud. Each for a couple of years and had significant problems with both.

[-] YurkshireLad@lemmy.ca 1 points 2 weeks ago

I’m also using SFTPGo at home and it works well.

[-] aksdb@lemmy.world 1 points 2 weeks ago

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:

  • Versioning is possible (so each file can have a history you can roll back)
  • Sync is very fast
  • It can sync incremental changes even of big files

You still have access via:

  • Web
  • Synced locally using Seafile Client
  • WebDAV
  • Mounted as network filesystem anywhere using SeaDrive.
[-] paequ2@lemmy.today 3 points 2 weeks ago

Are you also scared of databases and prefer storing things in raw txt files?

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.

[-] aksdb@lemmy.world 2 points 2 weeks ago

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 πŸ˜›)

[-] 0x0@lemmy.zip 1 points 2 weeks ago

Whatever the alternative - or even googledrive - if you first store your files in a cryptomator folder then it really doesn't matter where you sync them to.

[-] percent@infosec.pub 0 points 2 weeks ago* (last edited 2 weeks ago)

I started to go down that path, but then I heard that there were problems with data corruption

[-] 0x0@lemmy.zip 1 points 2 weeks ago

No issues so far, got sources?
Anyway, always follow 3-2-1 for backups.

[-] percent@infosec.pub 2 points 2 weeks ago* (last edited 2 weeks ago)

Nah it was a while back. IIRC there were multiple sources, but I don't remember any of them πŸ™ƒ

Though, I don't really remember the details either. Maybe it was OS specific? I know there was a dodgy FUSE implementation out there for macOS at some point, and Cryptomator depends mounts its local drive with FUSE. I use macOS and NixOS, so it coulda been that.

[-] ikidd@lemmy.world 1 points 2 weeks ago

I don't get the sudden interest in Filebrowser. Never heard of the project before it went into Maintenance, now it seems like everyone wants to use it.

[-] trk@aussie.zone 1 points 2 weeks ago* (last edited 2 weeks ago)

I've run Nextcloud since OwnCloud was the only option, with zero issues on any setup - be it direct, via snap, or via docker.

(EDIT: Out of interest I looked up the first subdomain I can remember using - it sent my username the login details in February 2015 so that's over a decade now!).

On a cheap VPS, a dedicated box, and now self hosted since I finally have a decent enough connection to support it. Ran out of storage on the VPS, then the 4TB dedicated box, now on 120TB self hosted (Nextcloud only using around 6TB mind you). CPU and RAM were never an issue.

Mostly documents (PDF, ODS, ODT), photos and videos from jobs, and some people (myself included) use the storage to back up their phone gallery.

I use shared and private folders, shared and private calendars, and shared and private contact lists on Android, iOS, and PCs (Windows and Linux). I have a public upload directory for customers to send us files and often share files directly using expiring read only links.

It's easy and it works, no idea wtf people are doing to have so much drama with it.

I selfhost Cryptpad, but it sounds like it may be more than you're looking for.

[-] Clearwater@lemmy.world 0 points 2 weeks ago

I use Nextcloud, but as you said it's a bit big, and with each update it's slowly turning into more of the entire G-Suite.

I've used filebrowser, but be aware that until just a few days ago, it gave out access to a shell. Even with that turned off, I'd be very weary of allowing access from out of the VPN. I had a server pwned with filebrowser appearing to be the vector, and to my memory console access was disabled for the account most likely breached.

[-] nullpotential@lemmy.dbzer0.com -1 points 2 weeks ago
[-] IsThisAnAI@lemmy.world -2 points 2 weeks ago

Self hosting backups for anything remotely critical is usually a terrible terrible idea. Carry on.

this post was submitted on 30 Jun 2025
18 points (100.0% liked)

Selfhosted

49624 readers
360 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS