Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. Hao Lee
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 21
    • Best 3
    • Groups 0

    Hao Lee

    @Hao Lee

    4
    Reputation
    762
    Profile views
    21
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Hao Lee Follow

    Best posts made by Hao Lee

    • RE: NodeBB works great on mobile

      2 years ago, some people think NodeBB is unnecessary.https://www.reddit.com/r/startups/comments/1gvg7d/show_rstartups_we_were_sick_of_how_stagnant_forum/
      But now, NodeBB has proved itself.

      posted in General Discussion
      Hao Lee
      Hao Lee
    • RE: [nodebb-plugin-solr] Solr search plugin

      @Samurais solr needs java environment, so the memory consumption is too large.

      posted in NodeBB Plugins
      Hao Lee
      Hao Lee
    • RE: Who is using NodeBB?

      Our English Learning Forum is using NodeBB.
      EFL Club
      forum.eflclub.me

      posted in General Discussion
      Hao Lee
      Hao Lee

    Latest posts made by Hao Lee

    • A tentative plan about NGINX Reverse Proxy ?

      Hi. I have a tentative plan about NGINX reverse proxy. I setup NodeBB on server A and setup NGINX on server B and then users access my forum.
      I guess that when users request my website, HTML file is sent from A to B and then from B to user, but all other resources(images/css/js) are requested from A directly.
      How about this plan. Is this right? Thanks!

      posted in General Discussion
      Hao Lee
      Hao Lee
    • RE: Which emailer plugin do you use here?

      I write a shell script. It use users.csv as input and use mail command to send email to everyone.

      posted in NodeBB Plugins
      Hao Lee
      Hao Lee
    • Is it possible to serve static files with another server?

      Hi,
      How to use a subdomain to serve the static files such as css and js. In this way, I can still access my forum from example.com, but all css and js files are downloaded from static.example.com which is resolved to another server. Is it possible to do that?
      Thanks!

      posted in General Discussion
      Hao Lee
      Hao Lee
    • Is it possible to only show the original poster's replies

      Hi everyone,
      Is it possible to only show the original poster's replies. I think this feature is very useful.😀

      posted in NodeBB Development
      Hao Lee
      Hao Lee
    • RE: NodeBB v1.1.0 Release

      Version jump😆
      But why not merge these features to version 1.0.4.

      posted in NodeBB Blog
      Hao Lee
      Hao Lee
    • RE: Who is using NodeBB?

      Our English Learning Forum is using NodeBB.
      EFL Club
      forum.eflclub.me

      posted in General Discussion
      Hao Lee
      Hao Lee
    • Can't start NodeBB automatically after system reboot

      Hi, My OS is CentOS 6.4 x64
      I add this script to /etc/rc.d/rc.local to start NodeBB automatically after system reboot.

      /etc/init.d/mongod start
      cd /var/nodebb
      /usr/local/node/bin/forever start /var/nodebb/app.js > /root/log
      /etc/init.d/nginx start
      

      I find that mongodb and nginx can start successfully, but nodebb isn't running. The log file is empty. I don't know what the problem is. Could you help me?

      posted in General Discussion
      Hao Lee
      Hao Lee
    • RE: Failed to use port:80

      @yariplus Thanks for the correction !

      posted in General Discussion
      Hao Lee
      Hao Lee
    • RE: The difference between NodeBB's Invite-only mechanic and the plugin nodebb-plugin-newuser-invitation

      @yariplus Oh, I see. Thanks😆

      posted in General Discussion
      Hao Lee
      Hao Lee
    • RE: The difference between NodeBB's Invite-only mechanic and the plugin nodebb-plugin-newuser-invitation

      @pichalite Thanks! The invitation email was intercepted by spam fliter.

      posted in General Discussion
      Hao Lee
      Hao Lee