What is it? This is a plugin to let you create SMB shares for any folder on your server - including sub-folders within existing shares. Install via Community Applications or manually: https://raw.githubusercontent.com/cslemieux/unraid-custom-smb-shares/main/custom.smb.shares.plg Why? I followed the TRaSH Guides folder structure to set up hardlinks for my *arr apps. The structure looks like: /mnt/user/data/
├── torrents/
├── usenet/
└── media/
├── movies/
├── tv/
└── music/Problem is, Unraid only lets you share top-level folders. I wanted to share /mnt/user/data/media/movies/ directly without exposing everything else. This plugin does that. Features - Create shares for any folder under /mnt/ - Enable/disable without deleting - Clone shares - Import/export as JSON - Security modes (Public/Secure/Private) - User/group access control - macOS + Time Machine support - Path browser for easy folder selection - Host allow/deny lists Notes - Shares are managed separately from Unraid's built-in shares - Uses your existing system users for access control - Automatically reloads Samba after changes Source GitHub: https://github.com/cslemieux/unraid-custom-smb-shares Let me know if you run into any issues!