What does your nodebb setup look like and how many users can it handle?

General Discussion
  • I was looking into trying to figure out server costs with an estimated number of people, but figured it would be best to get some real world data to compare it to! So if you don't mind I would love to hear about your server specs/setup and how many users that handles!


Suggested Topics


  • 0 Votes
    5 Posts
    270 Views

    @phenomlab OK thanks. I will install it later then.

  • 0 Votes
    1 Posts
    422 Views

    I want to have a task plug-in, when the user completes some of the action.
    i don‘t know how to find it
    thank you !

  • 0 Votes
    4 Posts
    2k Views
    User.updateProfile = function (uid, data, callback) { var fields = ['username', 'email', 'fullname', 'website', 'location', 'groupTitle', 'birthday', 'signature', 'aboutme']; var updateUid = data.uid; var oldData; console.log(uid) //28 console.log(updateUid) //undefined

    [email protected]

    curl -X PUT -H "Authorization: Bearer d1a81c3f-b0d4-4bc1-a307-dbed9aa5fbe" --data "uid=28&username=修改用户名测试" http://localhost:4567/api/v1/users/28 { "code": "ok", "payload": {} } "uid=28&username=修改用户名测试"

    The problem is solved!(是我的问题还是文档的问题???)@julian

  • 0 Votes
    2 Posts
    1k Views

    You could probably use the registration email plugin and rather than deny entry, place them into a group.

    A proper plugin dev may have a better idea of what to use.

  • 1 Votes
    9 Posts
    3k Views

    @julian said:

    It's a balancing act -- I honestly really want to help, but the more popular NodeBB gets, the more people need help, and that really comes at a time cost.

    So we really need people like yourself -- experienced NodeBB admins who can guide others to solutions. 🙂

    To lessen help/support work you really need great documentation and faq system which is searchable and brings back relevant results when searched. Then get into a habit of answering forum/support questions with answer + a link to the relevant documentation and faq resources each and every time you answer. This serves a purpose to condition users and lurking visitors into getting familiar with documentation and faq availability. Over time, end users will also help out other end users by answering the same questions with direct links to documentation and faq resources and you get end with a snowball effect 🙂

    I am a firm believer in answering common questions only once so documentation/faq links will capture that answer for all to use and reference.

    The hardest part is compiling that documentation and faq system entries as you go - on the fly adding to the system as new unique but commonly repeated questions pop up 😉

    Maybe make a nodeBB FAQ plugin to promote forum post/answer/replies to the FAQ plugin/display which can be edited for more appropriate format etc before final submission to an FAQ entry ?

    my AUD$0.0.2