@scottalanmiller Those are fair points. In this particular instance I'm less concerned about improving site performance than on capitalizing on CloudFront's other features, like WAF integration.
@thanhtantran you might just want to copy the mongo database directly. Using nodebb-backup is probably missing some of the newer db keys. Look at the docs for backup in the upgrades to get an idea as to how to do the mongodump
I am working on a web app where users can discuss a document (see the prototype here; I am in the process of simplifying the UX and planning for version 1). The UI looks like this:
-- a main area shows the document,
-- in other areas/windows/tabs, users can create topics to discuss parts of the document.
Does it sound feasible with nodeBB? My main concern is not OAuth/SSO, but client-side display.