Every time I try to access the website I get this error from the ./nodebb log
{ id: 3329,
msg: 'connection failed, you are banned',
extra_msg: 'you may retry in 102 seconds\n\r' }
{ [Error: This socket has been ended by the other party] code: 'EPIPE' }
A quick firewall-cmd --zone=public --add-port=4567/tcp --permanent and firewall-cmd --reload later
And there we go.
img
Thanks @rbeer for the information about nodejs versions. I did not see the indicator that you did obviously.
Very nice! Glad to see it working now. 👍
And, don't you worry! I was tearing my hair out for about an hour, when I stumbled upon that error some weeks ago. 🙂
The two options are not mutually exclusive, Herr Direktor. 😄
Bind address should be your local ethernet interface. Set it to 127.0.0.1 if you only wish to have the machine itself access it (or reverse proxy via nginx).
url is just used by NodeBB when it needs to refer to itself as a URL.