Questions tagged [nodebb]

Forum software built on Node.js, Redis, and Socket.IO

NodeBB is a robust web 2.0 forum software built on new technologies such as , , and .

It aims to re-invent forums for the modern web.

NodeBB is designed as an API-first web application, and supports and as storage engines out of the box.
There are also plugins, installed as modules, that extend NodeBB functionality thanks to hooks.

http://www.nodebb.org

47 questions
1
vote
1 answer

How to remove port number from url, and add slug with node app?

I have deployed nodebb application on nginx, and trying to combine with my site. My site is http://example.com. I successed to show node app on http://example.com:4567 either http://example.com(port number removed). However, I'd like to show them…
1
vote
1 answer

NodeBB error when upload file - Request Entity Too Large

I'm getting a visual error when trying to upload a file with 2.6MB. This says: Request Entity Too Large. Even with upload configurations enabled to 20MB. I've read that this error is related to bodyParser limit, so i tried to solve this changing…
Marcos Mendes
  • 1,091
  • 1
  • 8
  • 15
1
vote
1 answer

Nodebb how to use mongodb api

I got in trouble.Would someone like to tell me how write sql(mongondb + collections) in Nodebb. var schoolnumber = req.session[cas.session_name]; db.getObjectField('schoolnumber:' + schoolnumber, 'uid', function(err, ans) { …
wanli peng
  • 11
  • 3
1
vote
0 answers

Logging in programmatically with nodebb using Oauth2

So I am designing an app with nodejs and I need to create a user forum. I decided against reinventing the wheel so I choose to use nodebb. However, my app has a user log in and so does node bb and I want the user to be logged in automatically in…
J.Ewa
  • 205
  • 3
  • 14
1
vote
1 answer

nginx 502 Bad Gateway with NodeBB

I get 502 bad gateway when connecting to my NodeBB installation using my domain NodeBB is running on default port (4567) My nginx seems to be configured properly (when connecting using the IP): http://puu.sh/mLI7U/0e03691d4c.png My nodebb seems to…
Aris
  • 45
  • 1
  • 7
1
vote
0 answers

nodebb install correctly then 502 Bad Gateway

I try to install nodebb on my server for the domain le.club.systemes.sonores.rocks. I would like it works like that: nginx > node.js For information: nginx is configured to use FPM. # node -v v5.4.0 # npm -v 3.3.12 What i did I install nodebb with…
jbo
  • 129
  • 3
  • 14
1
vote
1 answer

Redis not working on CentOS

I'm having trouble installing Redis, this whole week I looked for a solution. I'm needing to install NodeBB running on a CentOS 6 server (with WHM/Cpanel). Follow the steps…
braulio_holtz
  • 141
  • 1
  • 6
1
vote
0 answers

How to redirect all HTTP requests to HTTPS in NodeBB using Apache?

I'm using NodeBB on Ubuntu 14.04 running Apache 2.4. I've installed a signed SSL certificate and verified HTTPS is working on my site. I know how to redirect all HTTP requests to HTTPS via .htaccess: RewriteEngine On RewriteCond %{SERVER_PORT} 80…
henrywright
  • 10,070
  • 23
  • 89
  • 150
1
vote
1 answer

Application Error when viewing NodeBB app on Heroku

The log for my app is producing this set of errors on load and even though NodeBB binds to the port, Heroku errors because it says it cannot bind to the port. Any idea why that is or if this is related to a setting I have somewhere? Jul 17 05:41:28…
Src1988
  • 173
  • 2
  • 14
0
votes
0 answers

nodebb with mongo Database

Some time ago I set up a nodebb-forum with https://github.com/rez0n/docker-nodebb, connecting to another docker-container running mongo. With this nodebb-docker-container the uploaded files are stored persistant into the database. Now I want to move…
Jochen Haßfurter
  • 875
  • 2
  • 13
  • 27
0
votes
2 answers

How to get around previously declared json body-parser in Nodebb?

I am writing a private plugin for nodebb (open forum software). In the nodebb's webserver.js file there is a line that seems to be hogging all incoming json data. app.use(bodyParser.json(jsonOpts)); I am trying to convert all incoming json data for…
Avan
  • 13
  • 4
0
votes
1 answer

How to integrate nodebb in iframe in reactjs

I am trying to integrate the nodebb in my react app but its not loading in the iframe. Its giving error like refused to connect . Refused to display 'http://192.241.158.178:4567/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
0
votes
4 answers

some thing wrong when install sharp

when I try to install nodebb and init it with command "nodebb setup", and then install third-part pack automatically, it always runs into an error, the error msg as below。 yes it alway sharp, I hate that. I don't know why not permission, I'am root…
hec9527
  • 61
  • 1
  • 7
0
votes
1 answer

Issues logging in to admin from another domain (reverse proxy NodeJS)

I'm using a reverse proxy (http-proxy-middleware) with Node.js to load in an instance of NodeBB. Website URL - www.website.com/forums/ Forum URL - forum.website.com/forums/ I can't log in to the forum via the website URL…
danlong
  • 880
  • 1
  • 8
  • 21
0
votes
1 answer

Websocket error with NodeBB running through a proxy server

I'm trying to run NodeBB through a node.js reverse proxy (https://docs.nodebb.org/configuring/proxies/node/) I've followed every tutorial, hint/tip I can but am still experiencing issues with websocket connections to my NodeBB server, causing…
danlong
  • 880
  • 1
  • 8
  • 21