I recently replaced an ancient laptop with a slightly less ancient one.
- host for backups
- 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 in my dotage.
maus@sh.itjust.works 6 hours ago
NFS is still the standard. Were slowly seeing better adoption of VFS for things like supervisors.
Otherwise something like SFTPgo or Copyparty if you want a solution that supports pretty much every protocol.