Hello
First let me thank the developpers for programming such a fantastic tool. Your work is much appreciated!
I’m running syncthing in a TrueNas 12.2 jail, installed from pkg install, not the plugin. To get the latest updates installed automatically, I would have preferred to install syncthing directly from github, but didn’t know how to do that (I know, pkg install updates them too, just not so timely). So I’m still running v1.15.1, FreeBSD (64-bit Intel/AMD)
.
Everything runs ok btw and I’m very happy with the tool. There is just one tiny thing, I have not figured out and I assume, it’s a pretty basic one. So please excuse my (stupid) question.
When I boot up TrueNas, it starts all the jails, including syncthing. When I SSH into the jail and go service syncthing status
it (or top
) it shows syncthing is running, but when I request it on the IP:Port
address, it won’t show up. SSH again into the jail and just typing syncthing
fixes this but is inconvenient and I’m sure I forgot something to configure, I just don’t know what (maybe something in the rc.conf
?).
My rc.conf
cron_flags="$cron_flags -J 15"
# Disable Sendmail by default
sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"
# Run secure syslog
syslogd_flags="-c -ss"
# Enable IPv6
ipv6_activate_all_interfaces="YES"
ifconfig_epair0b="SYNCDHCP"
syncthing_enable="yes"
sshd_enable="YES"
Thank you