Siacoin P2P cloud storage is using nodebb... just surfing around reading about cloud storage and, "this looks familiar."
bitspook
Posts
-
Who is using NodeBB? -
What do you mean like "moderator"?hadnt noticed it... dang it lol i was thinking about group mods.
-
What do you mean like "moderator"?category moderators plugin would be great.
-
Something cool and trippy!!!
-
How to add watermark/signature on uploaded imageDisney is notoriously litigious, in addition to a slew of other questionable elements.
-
Groups as Subdomains via plugin?Interesting.
But, if not a nodebb plugin creating those redirects in nginx rules, they would have to be made programmatically by some other means. -
Groups as Subdomains via plugin?So it would have to be like subreddits; reddit.com/r/groupname.
-
Groups as Subdomains via plugin?Example:
GroupName.nodebbforum.comCan a plugin create subdomains as a group is created and the subdomain url direct to the group homepage? How approximately would that be done?
-
Should an edited post be marked as unread again?this is an interesting concept. I had not thought of it. you could simply not apply the feature to threads to prevent abuse; posts only. This would bump the post in unread but not alter the thread order unduly.
-
Reroute socket.io | CloudflareCan I use CloudFlare with WebSockets?
As of August 5, 2014, CloudFlare supports WebSockets for Enterprise customers only. (Announcement). WebSockets are currently only available for Enterprise customers, but will be available for other plan levels in the future.
All other customers -- Business, Pro, and Free -- should create a subdomain for Websockets in their CloudFlare DNS and disable the CloudFlare proxy ("grey cloud" the record in CloudFlare DNS Settings).
there was some code on a tut that allowed for exactly that, unfortunately i cannot find that tut at this time.
-
NodeBB Websocket QuestionOn Concurrent WebSockets connections...
A Lightstreamer plugin would be interesting to see. Likely overkill in most situations though. Carving out the websockets demand on resources could be good in large deployments; lightstreamer server. With Comet functionality, one could hook into big data analytic platforms.
-
NodeBB composer drag bar, simple CSS tweakit threw some warnings about zero value px, and he pulled the % symbols and it removed the warnings. He said that there is still an "unimportant warning" about how using height and width with borders can make elements appear larger than intended. Anyway, they were exclamations rather than X's; trivial warnings. No credit is needed nor due.
I like the drag bar much better than the stock arrow.
-
NodeBB composer drag bar, simple CSS tweakA friend worked out some of the warnings and spaced out the classes. Love the drag effect; will be using it going forward. Thanks for your work on it.
/*Custom Composer Bar Tweak by Arc begin*/
.composer .resizer .trigger i:before {
content: "\f0c9";
cursor: n-resize;
}
.composer.maximized .resizer .trigger i:before {
content: "\f0c9";
cursor: n-resize;
}
.composer .resizer {
position: absolute;
width: 100%;
top: 10px;
height: 0;
cursor: n-resize;
}
.composer .resizer .trigger i {
margin-left: -10%;
position: relative;
color: #FFF;
font-size: 14px;
}
.composer .resizer .trigger {
position: relative;
display: block;
width: 110%;
height: 20px;
top: -10px;
margin: 0 auto;
margin-left: -11px;
background: #000;
background: rgba(0,0,0,0.1);
border: 0 solid #E4E4E4;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 0;
line-height: 20px;
-o-transition:.3s ease-in-out;
-ms-transition:.3 ease-in-outs;
-moz-transition:.3s ease-in-out;
-webkit-transition:.3s ease-in-out;
transition:.3s ease-in-out;
}
.composer .resizer .trigger:hover {
background: #000;
background: rgba(0,0,0,0.2);
-o-transition:.3s ease-in-out;
-ms-transition:.3 ease-in-outs;
-moz-transition:.3s ease-in-out;
-webkit-transition:.3s ease-in-out;
transition:.3s ease-in-out;
}
/*Custom Composer Bar Tweak by Arc end*/ -
NodeBB composer drag bar, simple CSS tweak -
NodeBB composer drag bar, simple CSS tweakworks with redactor?
-
How to deal with DDos attack?Try running your URL through Cloudpiercer.org... if your origin IP is exposed, cloud-based mitigation is largely useless when DNS attacks are still such an effective threat. Not all the bad guys are only toting Low Orbit Ion Cannons.
-
[nodebb-plugin-featured-threads] Featuring threads + related widgets@AOKP with redactor already in place, we are half way to graphic-rich feature articles.
-
Sidebars in theme persona? -
How to deal with DDos attack?fail2ban works against a lot of low-level nuisances.