Can someone explain how I should set up the Unraid Docker so that files created are read/write via SMB share to an external PC?
I see that new recordings and other files are being created as root with read/write access only to root and all others are read only. I am aware of the plugin to fix file permissions, but I don't want to have to run that all the time. I am interested in the default file ownership=nobody and rw permissions for all. The current docker edit page has PUID=99 and PGID=100, so to me it appears like files should be created by nobody with rw for all.