this post was submitted on 15 May 2025
23 points (92.6% liked)

Selfhosted

46653 readers
593 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
 

Is there a lightweight storage solution that makes shared storage easy without needing a NAS? I'm looking for something that isn't necessarily highly available. I'm looking to be able to shift services around without having the complexity and overhead of Ceph. My current option is Unison which isn't ideal but workable.

top 10 comments
sorted by: hot top controversial new old
[–] Strit@lemmy.linuxuserspace.show 12 points 2 days ago (1 children)

SyncThing? It has no centralized point and syncs with devices when they are online.

[–] adry@piefed.social 3 points 2 days ago

+1 I use it to on all of my devices for sharing 1 folder, just set one as introducer, and keep adding nodes (e.g. phone, Work mini, laptops, PC, ...) Once you have that set, start adding folders as needed for specific cases (e.g. a folder shared among all mentioned except for Work mini.)

[–] koala@programming.dev 8 points 2 days ago

What volume of data you are discussing? How many physical nodes? Can you give a complete usage example of what you want to achieve?

In general, there's a steep change in making things distributed properly, and distributed systems are often designed for big and complex situations, so they "can afford" being big and complex too.

[–] paperd@lemmy.zip 1 points 1 day ago

ZFS datasets.

[–] solrize@lemmy.ml 5 points 2 days ago (2 children)
[–] possiblylinux127@lemmy.zip 2 points 2 days ago* (last edited 2 days ago) (1 children)

I'm looking for a distributed solution

[–] solrize@lemmy.ml 1 points 2 days ago (1 children)

Gluster? I don't know much about it. As someone else asked, how much data are you talking about? Do you need a file store (mutable files), or are you ok with an object store (immutable)?

[–] possiblylinux127@lemmy.zip 3 points 2 days ago

Gluster is abandoned for the most part

I'm mostly looking for a easy way to move files between VMs automatically when I move containers. I think it should be possible with scripting and rsync/unison

[–] mhzawadi@lemmy.horwood.cloud 2 points 2 days ago (1 children)

I use NFS for docker nodes, works a treat and rock solid.

[–] suzune@ani.social 2 points 2 days ago

Me too. I don't know what OP means by "distributed" but "not highly available" and at the same time "rsync or unison is enough", "but not NFS".

This is somehow contradicting itself.