Can you use cloudflare or any other free CDN with nodebb?
-
@bentael I just use CloudFlare for its superior interface and its routing. Sure beats any domain host's DNS interface, in my opinion, and it relieves me from having to maintain a BIND9 server.
People have tried turning on rocketcache before, which just ended up mangling the already minified JS. It might work, I haven't tried recently...
Of course, also keep in mind that if you use CF cache, that's another caching layer on top of what is already present, which makes... 3:
- NodeBB CSS/js cache
- Browser cache
- Cloudflare cache
-
I use Varnish for CSS/JS/FONT/IMAGE caching only.
-
Damn, I forgot all about the RSS.
-
If you want some scalable DDOS mitigation, and CDN style caching you could implement Squid servers on EC2 that are set to auto scale when the traffic gets heavy.....
however this solution is not free....
As far as CloudFlare goes, I have had issues in the past (not just with nodeBB, but other services) where they have returned 500 errors, because their infrastructure went down...
All depends on what you are looking for, I will note that linode does have pretty good DNS management.
-
We have a number of users that are reporting issues that I think are related to caching with websockets. We use CloudFlare for all of our sites except for our NodeBB setup. End user networks with Untangle seem to have the websockets issue, at least that is my guess. It is my guess that Untangle is caching and killing websockets.
-
-
@scottalanmiller said:
@leo said:
@datz CloudFlare is completely free if you only use it for DNS hosting.
Also free for basic CDN. Only the advanced features require payment.
Unfortunately, you need to pay for SSL (you need to upgrade) if you want to use their CDN...
-
As for fronting your entire forum with a CDN, I'm not sure, but as for images and other assets, you could write a plugin to generate the correct image urls based on CDN configuration (such that the image urls fetched are CDN-enabled, but the urls stored are standard)
-
Bump
I'm using cloudflare with dns enabled, seems to be working fine for me. Can everyone connect to esportsdig.com okay?
-
Nice theme you got there
-
I'm not sure about that, but I'm testing with Fastly.com CDN on my forum and it almost work. Need more time to feedback
Edited: Fastly not compatible with NodeBB, login suddenly invisible after some minute