this post was submitted on 29 Aug 2025
72 points (97.4% liked)

Selfhosted

50946 readers
781 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
 

I recently replaced an ancient laptop with a slightly less ancient one.

  • host for backups for three other machines
  • serve files I don't necessarily need on the new machine
  • relatively lightweight - "server" is ~15 years old
  • relatively simple - I'd rather not manage a dozen docker containers.
  • internal-facing
  • does NOT need to handle Android and friends. I can use sync-thing for that if I need to.

Left to my own devices I'd probably rsync for 90% of that, but I'd like to try something a little more pointy-clicky or at least transparent in my dotage.

Edit: Not SAMBA (I freaking hate trying to make that work)

Edit2: for the young'uns: NFS (linux "network filesystem")

Edit 3: LAN only. I may set up a VPN connection one day but it’s not currently a priority. (edited post to reflect questions)

you are viewing a single comment's thread
view the rest of the comments
[–] non_burglar@lemmy.world 3 points 10 hours ago (2 children)

I agree, NFS is eazy peazy, livin greazy.

I have an old ds211j synology for backup. I just can't bring myself to replace it, it still works. However, it doesn't support zfs. I wish I could get another Linux running on this thing.

However, NFS does work on it and is so simple and easy to lock down, it works in a ton of corner cases like mine.

[–] antithetical@lemmy.deedium.nl 1 points 2 hours ago (1 children)

NFS is easy as long as you use very basic access control. When you want NFSv4 with Kerberos auth you're entering a world of pain and tears.

[–] non_burglar@lemmy.world 1 points 1 hour ago

I don't use access control, I lock down with networking and filters.

[–] needanke@feddit.org 1 points 6 hours ago (1 children)

Afaik Synology supports Btrfs which I honestly prefer at this point if you don't need filesystem based encryption or professionall scaling and caching features.

[–] non_burglar@lemmy.world 2 points 1 hour ago (1 children)

The ds211j is on synology DSM 6, which is ancient. I'll look again, but I don't think it supports btrfs.

[–] athairmor@lemmy.world 1 points 33 minutes ago

The lower end Synology NAS (like my DS420j) don’t support btrfs. They only support ext4, I think.