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

Can't access to nodebb after setting up without error on nginx + bitnami

I followed the tutorial below except "Configuring nginx". https://docs.nodebb.org/installing/os/debian/#configuring-nginx my nodebb/config.json is like below. { "url": "https://MYDOMAIN", "secret": "DEFAULT SECRET", "database": "mongo", "mongo": { …
0
votes
3 answers

Nginx Content disposion - Trim file name

I will briefly tell my problem, I need to trim the first 14 characters (0-9 and -), when downloading a file, it is just about header Content-Disposition, how to achieve something like that? I want the file to look like…
0
votes
0 answers

Setting up haproxy as loadbalancer for nodebb but having problems with socket.io

I am trying to run nodebb on two nodes behind haproxy. Simple browsing works but socket.io keeps getting 403. My haproxy.cfg looks like this: frontend http-in mode http bind 0.0.0.0:80 redirect scheme https code 301 if !{ ssl_fc…
zozo6015
  • 557
  • 2
  • 11
  • 27
0
votes
1 answer

Unable to access Admin Page on Nodebb after linking local plugin and db on windows machine

I installed nodebb and redis db on my windows machines and trying to link local plugin and activating through admin panel on NodeBB. I linked with the local plugin but unable to access the admin page. On command prompt its showing nodebb and redis…
kamal
  • 3
  • 1
0
votes
1 answer

how often does nodebbpm scan for packages

I'm writing a plugin for NodeBB. When I publish a new version via npm it seems to take the NodeBB Package Manager (nodebbpm) an arbitrary amount of time to pick it up. At what interval does nodebbpm scan for packages?
0
votes
1 answer

increate nodebb/nginx request per second

i configured a server with nodebb (nodejs) and nginx as a proxy. I'm populating nodebb database using a module accepted http request. I run 100 request per time, and after ~56 second al requeste completed. To decrease the delay, i resize the cloud…
alecasciaro
  • 155
  • 1
  • 11
0
votes
1 answer

Adding a Forum to my Nodejs Webapp

I have a HapiJS Node web application example.com currently running. I wish to add a forum to build a community on my website at the url example.com/community Till now I've looked at NodeBB. It however, runs on a seperate node server of its own and…
Yashveer Rana
  • 548
  • 3
  • 15
0
votes
0 answers

How to remove post submit restrictions? NodeBB

I need remove composer textfield, and i can remove this from the composer.tpl in my plugin, but where i try submit the topic, the NodeBB sendme a notification says: Please enter a longer post. Posts should contain at least 8 character(s). How i can…
Santiago D'Antuoni
  • 164
  • 1
  • 2
  • 13
0
votes
2 answers

Error when deploying nodeBB application on Bluemix. How to fix it and deploy successfully?

I want to deploy NodeBB on Bluemix using Compose for Redis service. I follow the setup instructions at https://docs.nodebb.org/en/latest/installing/os/osx-mavericks.html But when I push the app to Bluemix the application fails to start. I get an…
Mustansir Ali
  • 305
  • 1
  • 2
  • 9
0
votes
1 answer

mongodb don't know what to do with subdirectory "dump/admin"

I am using nodebb on openshift. My mongodb version is 2.4.9 on openshift. I mongodumped and downloaded the dump folder to my e:\mongodump\ and extracted to folder named dump. It contain two subdirectories named "admin" and "nodebb". My local mongodb…
Nisthar
  • 23
  • 5
0
votes
0 answers

Multiple Haproxy running on openshift

I am hosting my nodebb forum on openshift free host with scaling enabled. I had cloudflare. I recently changed the nameserver to godaddy default without stopping the openshift app. Now I am getting a 503 service unavaliable. I took a look into the…
Nisthar
  • 89
  • 3
  • 13
0
votes
1 answer

Nodebb web app has failed to start and just crashes

I managed to install the nodebb forum very well and i was able to use it... On the next day , it failed to start and just crashes. I think my problem was that connect mongo cannot easily connect to mongodb database. probably help me look at this…
goldsoft25
  • 140
  • 1
  • 2
  • 10
0
votes
1 answer

SSL Not Working On NodeBB Forum Apache2

I have a signed SSL certificate on my site, and nodebb isn't working with it. I'm using apache2 and the certificate does work. Would I have to use mod_proxy to make the forum run at a subdirectory instead of port :4567 for it to work? Any…
Verpz
  • 131
  • 3
  • 13
0
votes
1 answer

NodeBB (Redis) Retrieve Usernames and Passwords

I would like to query my Redis server for a username's matching password. How can I do this? I have very little experience with both Redis and Node so I wasn't able to find the key that stores such. Any help is well appreciated!
Jire
  • 9,680
  • 14
  • 52
  • 87
0
votes
2 answers

NodeBB with Nginx - "This web page has a redirect loop"

I'm trying to set up NodeBB at xxx.xxx.xxx.xxx/nodebb. I have the following settings for Nginx and NodeBB: /etc/nginx/conf.d/nodebb.conf server { listen 80; server_name localhost; location /nodebb/ { proxy_set_header X-Real-IP…
babbaggeii
  • 7,577
  • 20
  • 64
  • 118