@jarey ohh Thanks for informing, I m new to forum Deleted comment .. (Y)
Best posts made by abhishekgupta
-
RE: request - Nodebb Blog plugin
Latest posts made by abhishekgupta
-
RE: SSO Integrations
hey @pitaj my config.json is already having mydomain.com entry rather than localhost:4567
Dunoo from where else this localhost:4567 is coming from..
-
Formatting Bug in User Login Screen
I am using latest version of node BB
Please suggest in which file of code I can edit this string.. -
Custom Dialogue or Message Box (Modal Popup) in home page..
How I can Insert a custom Modal dialogue or Splash Screen kind of Popup which will apear once someone open the site..
-
RE: SSO Integrations
Now Main issue is facebook plugin is not working I have tried with both 1.0.4 and 1.0.5 NodeBB is not able to get plugin directory in FileSystem while it is there..
-
RE: request - Nodebb Blog plugin
@jarey ohh Thanks for informing, I m new to forum Deleted comment
.. (Y)
-
RE: SSO Integrations
as temporary fix I have hardcoded the URL in my Plugins code because nconf('url') is returning localhost:4567 rather than my domain..
-
SSO Integrations
Hi I have installed 3 plugins
using these commands
npm install nodebb-plugin-sso-facebook
npm install nodebb-plugin-sso-twitter
npm install nodebb-plugin-sso-googleI have two questions
- Facebook button is not appearing on my forum login while other two are visilble(Google and Twitter)
- Both Google and Twitter are redirecting to http://localhost:4567/auth/google/callback
but it should redirect to http;//mydomain/auth/google/callback
what could be the issue any guess.
I am running it on Ubuntu VM using MongoDB..
-
Running it on Ubuntu VM of Azure Cloud using Mongo DB
finally i am able to run it locally inside Ubuntu Vm of Azure on port 0.0.0.4567but not able to access it from outside..
Here is the screenshot of Putty.
any idea guys ?
I am able to login via Public IP through Putty but not able to access the server on port80 or even 4567 from any other machine. -
RE: NodeBB Installation Guide for Windows Azure
Guys Now we can easily deploy Node.Js application to Azure website..
To try it just try File New NodeJs project in Visual Studio and right click deploy on Azure WEbsite, I have just tested it..
Now further work is to Import NodeBB source Code in Visual Studio Node.JS project template..
Although I am not sure how to manage Redis on Azure..