Hacker News new | ask | show | jobs
by regnerba 2246 days ago
With regards to NFS permissions, I set my Synology up as so:

* Client: 192.168.0.8/29 (whatever the smallest subnet is I can use that includes my NUC)

* Privilege: Read/Write

* Squash: No mapping

* Asynchronous: Yes

* Non-privileged port: Denied

* Cross-mount: Denied

This is fairly out of date (I keep my own stuff in a private monorepo, this was a snapshot I posted for a friend), but here is the basics of a script to setup my NUC: https://github.com/regner/homelab-stacks/blob/master/scripts...

Of note, the "Adding NFS share to fstab" part doesn't actually do that...