NodeBB + MongoDB + Scaling (k8s)

Technical Support

Suggested Topics


  • 1 Votes
    1 Posts
    118 Views

    1st of all i'm new to Nginx, and this is the 1st time i'm really setting up NodeBB. So pls forgive me when i'm asking basic dummy questions.

    Basically followed this
    https://docs.nodebb.org/installing/os/ubuntu/
    using Ubunt 20. So far so good with the installation.

    The folder structure looks like this in the server:

    /home/user/abcde/index.html /root/nodebb (This might be a mistake but ...)

    Eventually index.html will have a hyperlink which links to the NodeBB forum.

    Right now the /etc/nginx/nginx.conf has a block like this, and index.html does load fine in browser

    server { server_name mysite.com; location / { root /home/user/abcde; } }

    My question is: how to modify nginx.conf so it can load the NodeBB as well ?
    Again the final goal is ppl can access NodeBB from its link from index.html.

    Thanks very much for your help !

  • custom mongodb/and apis

    Technical Support
    2
    0 Votes
    2 Posts
    264 Views

    @rozi98 said in custom mongodb/and apis:

    i want nodebb use mywebsite userdb -

    Use it? In what way?

  • nodebb-plugin-youtube-lite

    Technical Support
    11
    0 Votes
    11 Posts
    2k Views

    Let's try: https://github.com/boomzillawtf/nodebb-plugin-youtube-embed#readme
    plugin was forked from nodebb-plugin-youtube-lite.

    After installation restart and refresh browser or clear browser cache - CTRL + F5

  • 0 Votes
    4 Posts
    2k Views

    Hello.
    Please try npm update
    Afterwards do ./nodebb upgrade

    This will force an update on the dependencies. The second command updates NodeBB

  • 0 Votes
    1 Posts
    863 Views

    Hi guys.
    I receive the following error after follow the instruction to install the plug in. It seems like there are some people also not able to fix it. However I saw in this post it is being solved. Can anyone that experience this share their solutions? 🙂

    0_1452213318337_upload-33050886-5079-46af-bb45-a2f41ba43bd9

    It also came with the following error in log

    8/1 04:13 [204] - error: /api/admin/uploadlogo
    Error: invalid-refresh-token
    at refreshToken (/app/node_modules/nodebb-plugin-imgur/index.js:102:20)
    at Request._callback (/app/node_modules/nodebb-plugin-imgur/index.js:216:13)
    at Request.self.callback (/app/node_modules/request/request.js:198:22)
    at emitTwo (events.js:87:13)
    at Request.emit (events.js:172:7)
    at Request.<anonymous> (/app/node_modules/request/request.js:1035:10)
    at emitOne (events.js:82:20)
    at Request.emit (events.js:169:7)
    at IncomingMessage.<anonymous> (/app/node_modules/request/request.js:962:12)
    at emitNone (events.js:72:20)
    at IncomingMessage.emit (events.js:166:7)