Install de Syncthing Plugin, ga naar de jail en open Shell.
grep "syncthing" /etc/passwd
Notice the two numbers 983. The first one is the user-id, the second one is the group-id.
Create the group first and then the user with the correct ID and put the user in the primary group syncthing.
Create Dataset Syncthing and change permissions:
user: syncthing group: syncthing
Owner and Group: Read/Write/Execute
Set recursively
Add storage for the jail:
Source: /mnt/raid/Syncthing Destination: /media
When using FreeNAS 11.2 plugin, mkdir after creating mountpoint
mkdir /media/backup chmod -R 777 /media/backup