Hi,
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!
I have a web application with 1000 odd users already registered. I installed Nodebb recently and i would like all these existing users to have presence on nodebb database as well. I am using redis as the database for both my application and nodebb as db0 and db1 respectively. As well as, when they login to the application, it should automatically login to nodebb as well. How can i achieve this?
You should be able to achieve this using this plugin. This should automatically log them in and create their account on the nodebb database.
Allows login sessions from your app to persist in NodeBB - GitHub - julianlam/nodebb-plugin-session-sharing: Allows login sessions from your app to persist in NodeBB
GitHub (github.com)
You may also want to make an SSO plugin, so that users can login to your app from the nodebb log in form. You could also just redirect the login form to your apps form.
https://github.com/julianlam/nodebb-plugin-sso-oauth
Hello @thanh-huynhse ,
Any ideas? I also concern this matter. After using SSO It would create a user in Forum.
Thanks.
Hi @Dilip
You can using this plugin
https://github.com/julianlam/nodebb-plugin-session-sharing