Using NodeBB as the commenting system for Jekyll

General Discussion

Suggested Topics


  • 0 Votes
    7 Posts
    3k Views

    @ A Former User
    I just wanted to note that the regex isn't necessary. I just installed and my working config is as follows:

    location /forum/ { proxy_pass http://172.17.2.3:4567; proxy_redirect off; proxy_set_header Host $http_host; proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Server $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-NginX-Proxy true; # Socket.IO Support proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; }
  • 0 Votes
    7 Posts
    2k Views

    @psychobunny wouldn't you agree this should be part of core?

  • NodeBB is expensive

    General Discussion
    0 Votes
    4 Posts
    2k Views

    The numbers listed in the pricing page is actually out of date. They were measured using NodeBB v0.5.0 🙂

    v0.6.x and beyond support much higher concurrent user loads, so we'll be updating these numbers to reflect the increased scalability.

  • 0 Votes
    22 Posts
    10k Views

    @Scuzz you could achieve half of that by using IFTTT. Tags with hashtags would need to be included by nodebb before going to twiddurrrr.

    Grab the .rss link for each category, then when it's updated, push it to twitter. Instant profit. 👍

  • 0 Votes
    17 Posts
    7k Views

    @julian Just works as intended.
    The approach here totally works.
    As you kindly suggested, it's my mistake not to have set subdomain by DNS.
    I somehow misunderstood Ngynx takes care of subdomainsDNS IP routing, my bad.
    Thanks a lot.