Skip to content

NodeBB socket with CloudFlare

Unsolved Performance

Related Topics
  • Removing blue 'moved' tag from post

    Solved Configure
    16
    3 Votes
    16 Posts
    737 Views

    @phenomlab
    Ah, got it working!
    I reversed the CSS addition to put z index high, and then I could see another error box saying fork title must be at least 3 characters.
    So made the new fork title longer and button responded.

  • Further Widgets question

    Solved Configure
    4
    1 Votes
    4 Posts
    235 Views

    @Panda category is for a category in its own, so for example, ā€œfruitā€ whereas categories is the page that contains all categories as a list.

  • Optimum config for NodeBB under NGINX

    Performance
    4
    3 Votes
    4 Posts
    826 Views

    @crazycells hi - no security reason, or anything specific in this case. However, the nginx.conf I posted was from my Dev environment which uses this port as a way of not interfering with production.

    And yes, I use clustering on this site with three instances.

  • Forum Icons NodeBB

    Solved Customisation
    13
    0 Votes
    13 Posts
    1k Views

    @cagatay That matches what I see

    4f0f858d-9812-42b1-9f61-ffb13d31dccd-image.png

  • NodeBB inline videoplayer

    Solved Customisation
    12
    3 Votes
    12 Posts
    937 Views

    @phenomlab
    YAY! It works
    Thanks so much

  • how to use CF tunnels with Virtualmin?

    Solved Configure
    10
    3 Votes
    10 Posts
    1k Views

    @Hari DDoS protection is not just a switch, or one component. Itā€™s a collection of different and often disparate technologies that when grouped together form the basis of a combined toolset that can be used in defence.

    Typically these consist of IDS (Instrusion Detection System) and IPS (Intrusion Prevention System) components that detect irregularities in network traffic, and will take decisive action based on predefined rulesets, or in the case of more modern systems, AI and ML.

    Traditional ā€œtraffic shapingā€ technology is also deployed, so if an attack cannot be easily identified as malicious, the bandwidth available to that connection is severely limited to nothing more than a trickle rather than a full flow.

    Years ago, ISPā€™s used traffic shaping (also called ā€œpolicersā€) as an effective means of stopping applications such as BearShare, eDonkey, Napster, and other P2P based sharing systems from functioning correctly - essentially reducing the ā€œappealā€ of distributing and seeding illegal downloads. This was essentially the ISPā€™s way of saying ā€œstop what you are doing pleaseā€ without actually pulling the plug.

    These days, DDoS attacks are designed to overwhelm - not assume control of - webservers and other public facing components. Itā€™s rare for small entities to be attacked unless there is some form of political agenda driven by your site or product. A classic example is governmental institutions or lawmakers who effectively are classed as ā€œenforcersā€ and those who disagree are effectively making a statement in the form of Denial of Service.

    DDoS protection is effectively the responsibility of the hosting provider, but you shouldnā€™t just assume that they will protect you or your site. Their responsibility stops at their infrastructure, so itā€™s then up to you too decide how you full the gap in between your host and the website.

    Typically, youā€™d leverage something like Imunify360 which you can get for Plesk (and something Iā€™d strongly recommend) but itā€™s not free, and is a paid (not expensive per month) subscription. If you want to use VirtualMin then there are a variety of tools readily available out of the box such as firewalls and fail2ban.

  • Adjusting the size of boxes in posts-list class

    Solved Customisation
    3
    3 Votes
    3 Posts
    300 Views

    @phenomlab thanks a lot, this combination works best šŸ‘

    .posts-list .posts-list-item .content { overflow: auto; max-height: 600px; }
  • WordPress & NodeBB

    Solved WordPress
    6
    0 Votes
    6 Posts
    651 Views

    @jac That wonā€™t matter. You just redirect at nginx or apache level and itā€™ll work. The generally accepted standard though is to use a subdomain.