How can I implement a function that some content is visible only when users logined and replied to this post?
The env is that some users uploads files but just want the one who replied to see,not every user or even verified user,but reply to this post .This is important in some scene.
SSL (HTTPS)
-
So I noticed that community.nodebb.org is running on https. So I thought it would be easy to setup my NodeBB instance that way, I finally got my server to give nodejs access to port 443 but it is not running in ssl mode. I did not find the steps in the documentation to get this working. Is it easy? Hard? Require buying a certificate?
-
I can give you some tips.
-
I prefer to set up Nginx as the reverse-proxy so all the HTTPS/SSL stuffs I just throw them to the Nginx. Easier that way. Perhaps this docs can give you a kickstart on reverse-proxy thingy.
-
Self-signing your certificate is okay, but when other people browsing your forum they would be spooked by "certificate not trusted" warning. Here's how to get a free CA-signed certificate.
I guess that's all for now.
-
-
I would recommend having NGinx in front of NodeBB too. Even if you don't use SSL.