Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Those show the unique ips that visit the forum. I recently changed the calculation for all time to it doesn't count all the ips. Thats why all time shows less than month.
You can reset it by doing.
redis-cli del ip:recent
or if you are using mongodb
mongo db.objects.remove({"_key":"ip:recent"});
P
I don't know if you guys are aware, but StartSSL offers free level 1 SSL certificates. I use apache2 as proxy and it is very easy to setup.
Their site is:
For generating private key and CSR:
Could have some NobeBB sessions so we can all join 😉
@psychobunny said:
We ended up building a widget system similar to WordPress. Drag and drop stuff in the ACP, more here https://blog.nodebb.org/widgets-system/ Man you've been gone for a long time huh? Better read the rest of the blog too 😛
We ended up building a widget system similar to WordPress. Drag and drop stuff in the ACP, more here https://blog.nodebb.org/widgets-system/
Man you've been gone for a long time huh? Better read the rest of the blog too 😛
Like 4-5 months, maybe a little more?
Hitting the blog now like a freight train. Got some Helloween cranking and scrolling through the domain list in another window.
Might be time to get dirty with NodeBB since nobody else has.
@bentael best way to secure a ticket now would be to win the plugin contest 😉
I was interested by LevelDB because I searched on google and on the project page, the author said that LevelDB is fast and lightweight.