So I got it working on FreeBSD 12.
I had to run one command and my user to a group:
as root:
root@gemini:~ # sysctl vfs.usermount=1
I added my user to the operator group:
root@gemini:~ # ls -al /dev/fuse
crw-rw---- 1 root operator 0x3c Feb 8 15:37 /dev/fuse
here
root@gemini:~ # grep operator /etc/group
operator:*:5:root,felix
and here is my example mount:
$ cd Test
$ ls
Movies Radarr_Movies TV TV_Ended mounted
$ ps aux | grep rclone
felix 1917 0.4 0.1 127972 35008 3 S+ 15:40 0:00.26 rclone mount gcrypt: /usr/home/felix/Test
Oops. Sorry I misread the allow_other bit that was the problem…Cancel my post!