NodeBB 1.10.0 support for Nodejs v10?
paopevil
Posts
-
NodeBB 1.10.0: privilege improvements and more -
HELLO PEOPLE!Chào, phải người Việt Nam không?
-
NodeBB v1.9.3 released! -
Can we create [private] forums inside of nodebb forum?@venil7 Sorry, because my English is bad, afraid to communicate in English will not understand.
-
Can we create [private] forums inside of nodebb forum?You can speak Vietnamese? If you can, inbox for me in chat.
-
Error in console.You use
sudo
command. Example:sudo ./nodebb setup
orsudo ./nodebb start
-
Nginx for SSL in NodeBBThank you!
I use SSL so I have to add the following line of code to Nginx:
proxy_set_header X-Forwarded-Proto $scheme;
Then restart nginx and Nodebb, and this working.
-
Turn off Skin in Persona Theme@pichalite Thank you! This working!
-
Nginx for SSL in NodeBBI used Lets Encrypt for SSL in NodeBB, and i config nginx below:
server { listen 80; server_name d.paopevil.com; return 301 https://$host$request_uri; } server { listen 443 ssl; server_name d.paopevil.com; ssl_certificate /etc/letsencrypt/live/d.paopevil.com/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/d.paopevil.com/privkey.pem; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $http_host; proxy_set_header X-NginX-Proxy true; proxy_pass http://127.0.0.1:4567/; proxy_redirect off; # Socket.IO Support proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } location ~ /.well-known { allow all; } }
But I don't login with Admin account. And where did I go wrong?
-
Turn off Skin in Persona ThemeHow to turn off user choose skin in Persona Theme?
-
warn: [plugins/load] The following plugins may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing. In the event of an unresponsive NodeBB caused by this plugin, run `./nodebb reset -p PLUGINNAME` to disable it.What is plugin you installed before Nodebb show error? Remember this plugin, and use
./nodebb reset -p PLUGINNAME
to disable it. -
Regrading change of text of button in nodebb discusiion forumYou use CSS in ACP to change color this button.
Example:
.btn-primary { color: color text; background-color: color background; border-color: color border button;
-
Cant upgrade.@chrispy View
./nodebb log
-
NodeBB on Lubuntu LocalhostHi,
I try used NodeBB and install on Lubuntu Localhost. And restart computer, then Nodebb is offline, and show "This site can’t be reached" notification on Browser.
What service I have to restart? And Thank!
-
The future of NodebbHi All,
First I apologize to the Admin for my next question.
At present, Nodebb worse than discourse on the number of users and stability. Because plugin is bad. But does Nodebb in the future get better?
Admin will continue to develop Nodebb in the future? I need Admin helpful forever, because I enjoyed Node.js and also loved Nodebb.
I'm sorry for so bad English.
Thanks for answering me!
-
Custom registration formnodebb-plugin-custom-registration-fields
Adds custom fields to user registration page to input additional profile data. Latest version: 1.3.3, last published: 7 years ago. Start using nodebb-plugin-custom-registration-fields in your project by running `npm i nodebb-plugin-custom-registration-fields`. There are no other projects in the npm registry using nodebb-plugin-custom-registration-fields.
npm (www.npmjs.com)
-
Ghost cms with Nodebb in one VPS@teh_g
Thank you for replying to me. I will use your link to register DO, but Discourse and Nodebb are better source code so you? Sorry my english is so bad. -
Ghost cms with Nodebb in one VPSHi!
I want to install both Ghost cms and Nodebb on one VPS RAM512, is it okay?
Thanks for responding to me.