this post was submitted on 30 Jun 2025
60 points (98.4% liked)

Selfhosted

60693 readers
357 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] sugar_in_your_tea@sh.itjust.works 2 points 1 year ago* (last edited 1 year ago) (1 children)

Here's what I've used and can recommend:

  • samba - just a network share
  • Nextcloud - full featured cloud suite (calendar, contacts, etc)
  • owncloud infinite scale (OCIS) or the Euro fork Open Cloud - the POSIX driver has a flat file structure and still supports users and shared data; OCIS is designed for larger installations, but running on a smaller, single instance totally works too

Since you rejected NextCloud, check out the other two. I'm switching from NextCloud to OCIS right now, and I may end up using OpenCloud if development looks stable.

[–] francisco_1844@discuss.online 2 points 1 year ago (1 children)

Have not tried opencloud yet, but one thing that I find interesting is that it doesn't need a DB. Plan to test. Currently have nextcloud and find the installation a bit of a pain.

Yeah, I'm liking it so far, but I'm still very much in the testing phase, I don't have any "real" data in it yet.