top | item 22934371

(no title)

luzer7 | 5 years ago

That's exactly what I want to do. Do you have any guides you used? I'm having a little trouble with nfs and docker permissions (guid/uid I think) trickling down to the nfs share in my Synology.

discuss

order

regnerba|5 years 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...