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
8
votes
1 answer

Recovering a missing WiredTiger.wt

Is there a way to regenerate a missing WiredTiger.wt? Our MongoDB instance stopped working (bizarrely), and that file got missing from the dbpath folder—Seems like this behaviour is known. BTW, the repair utility doesn't succeed: file:WiredTiger.wt,…
aspretto
  • 117
  • 3
  • 9
3
votes
0 answers

Migrating forum from phpBB 3.0.9 to nodeBB 1.14.2, without migrating accounts

How do I migrate a forum from phpBB 3.0.9 to nodeBB 1.14.2? I've found some plugins but I'm pretty sure the version differences will cause major headaches : importer wrong phpBB and nodeBB verions migration exporter ? exporter closest version match…
tatsu
  • 2,316
  • 7
  • 43
  • 87
3
votes
1 answer

Using Docker to build an image for Node, my Express based Node app, MongoDb, and NodeBB, connected via Passport

I've just been introduced to Docker and the concept is awesome. I've found simple Dockerfiles for building an image for MongoDB and Node and was wondering, do I just combine those images together to make one image that has my project which is a…
Dave Sag
  • 13,266
  • 14
  • 86
  • 134
3
votes
1 answer

Greenfields project using Sails.js and NodeBB - Is Passport suitable for providing single-sign on?

I'm an experienced Ruby (Sinatra, Event Machine, Warden, etc) developer and have decided to teach myself Node.js I've written enough Node now to feel very comfortable with it, and now I'm feeling a bit more ambitious. I would like to wire a simple…
Dave Sag
  • 13,266
  • 14
  • 86
  • 134
3
votes
0 answers

Having problems running nodeBB with redis on windows7

I install redis on win7 by exe and I got nodeBB on there are some first time config prompt and then nodeBB even start populating database with default config. After entering admin name email pwd, I got stuck here as…
3
votes
3 answers

RegExp to ignore everything between and
 tags

trying to parse some content (no DOM available - or DOM parser for that matter i.e. jQuery, Cheerio) to replace some words/symbols (basically emotions) by images, BUT would like to ignore everything in between and
 this…
bentael
  • 1,987
  • 2
  • 21
  • 27
3
votes
1 answer

Hosting a web application on an ad-hoc network in linux

This is my first question on SO. Basically, I am attempting to create a sort of offline neighborhood forum. I have setup NodeBB to host a forum locally, but the problem is allowing users to connect. Eventually I plan to use a high-strength wireless…
user2860903
2
votes
1 answer

how to implement single sign on in nodebb discussion forum?

We have implemented discussion forum using NodeBB. NodeBB requires login in order to start the discussion in the discussion forum. The problem we are facing is NodeBB discussion forum is having their own login mechanism. but we want single sign-on…
Pawan Patil
  • 1,067
  • 5
  • 20
  • 46
2
votes
1 answer

why file js is called two times

I have this button: This is my jquery code to handle the click: (function() { $(window).on('action:ajaxify.end', function(event, data) { …
Joe Peteny
  • 211
  • 2
  • 10
2
votes
1 answer

nodebb write api example to create new user

Looking for an example of how to create a new user using the write API defined here: https://github.com/NodeBB/nodebb-plugin-write-api?files=1 Have tried: curl -H "Authorization: Bearer MASTER-TOKEN-HERE" --data…
craig
  • 138
  • 2
  • 8
2
votes
1 answer

NodeBB horribly slow over Nginx reverse proxy

I'm running NodeBB behind an Nginx reverse proxy, and i'm experiencing load times over 10 seconds occasionally, otherwise average 2 second load time (still way too much). It should also be noted that the load time is about 200ms in total when i…
2
votes
1 answer

Nodebb--[nodebb-plugin-custom-pages] Custom Static pages

I have recently set up a community site on Nodebb and I'm having issues with the custom static pages plug-in. Initially, when Nodebb reloaded my content would delete. After fixing this issue by hosting the nodebb site elsewhere, we realized that the…
RFeeken
  • 21
  • 2
1
vote
0 answers

How to host a different react app on a particular view

I'm exploring options for what I want to do. I have a create-react-app-based application and am looking to integrate another React App (NodeBB; running on localhost:port2) as a forum on localhost:port/forum. It looks like I can use parcel as a…
1
vote
1 answer

uncaught exception: SyntaxError: unexpected token: identifier :when trying to log into as an admin for mongo shell

I am following this tutorial https://docs.nodebb.org/installing/os/windows/ I got thru most of it easily but when I go to login as an admin with this command: mongo -u admin -p ojo --authenticationDatabase=admin I get an error: uncaught exception:…
Elizabeth
  • 21
  • 1
  • 1
  • 3
1
vote
1 answer

NodeBB - Post Reputation/Likes - Find which users liked a post

I am not able to find where does NodeBB stores the list of users who liked a particular post. For example, consider following data structure:- > db.objects.find({_key:"post:2341"}).pretty() { "_id" : ObjectId("5547af3f65190fe2122d0b3c"), …
khalid
  • 367
  • 2
  • 15
1
2 3 4