this post was submitted on 29 Aug 2025
132 points (98.5% liked)

Selfhosted

51174 readers
723 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)

Last Edit: thanks, friends, for this discussion! I think based on this I'll at least start with NFS + my existing backups system (Mint's thing, which is I think just a gui in front of rcync). May play w/ modern SAMBA if I have extra time.

Ill continue to read the replies though - some interesting ideas.

(page 2) 31 comments
sorted by: hot top controversial new old
[–] HelloRoot@lemy.lol 2 points 1 week ago* (last edited 1 week ago)

I have SFTPgo in a docker container with attached storage. Can access it through many protocols, but on linux I mount it via WebDav.

Whats neat is that I can also share files/folders with either other registered users or with a password or download only link and it has a web gui for that.

Sounds like NFS might still be the way to go for you.

For backups personally I use Restic and connect over SFTP via SSH, since that's just built in and doesn't need any configuration.

For more traditional file sharing I use WebDAV with SFTPGo, since I need windows and android compatibility too, and webdav is pretty easy to setup and use.

And I also use Syncthing for keeping some directories in sync between devices.

[–] 9tr6gyp3@lemmy.world 2 points 1 week ago* (last edited 1 week ago)

Check out SyncThing, which can sync a folder of your choice across all 3 devices

[edit] oops, just saw you don't plan on using it

In that case, if you use KDE, you can use Dolphin to set up network drives to your local network machines through SSH

TrueNas is pretty top notch and offers a variety of storage and protocol options. If you're at all familiar with Linux style OS, it should be pretty easy to work with. Setting up storage comes with a little bit of a learning curve, but it's not too bad. This SAN/NAS OS is polished, performant, and extensible. If you're not planning on using SMB or Samba, you can most certainly use NFS, or iSCSI if that's your thing.

[–] hexagonwin@lemmy.sdf.org 1 points 1 week ago

I use both samba and NFS (with freebsd) on the same disk for my freebsd, linux and win7 desktop machine. All works perfectly fine.

I'm running an rsync daemon for large transfers and use copyparty for easily grabbing files on phones etc.

load more comments
view more: ‹ prev next ›