@julian I think we've got it working albeit without the splitting out of objects to multiple collections. I think we'll probably tackle that as well, fortunately it should be relatively straight forward since the keys are already prefixed with a logical collection name e.g "post:1380" or "user:100".
In the meantime we have some testing ahead of us to ensure that nothing breaks.
We're happy to maintain it ourselves, but I think you guys should consider adding it as a core database. It gets NodeBB one step closer to being the first true "cloud native" forum platform. The only thing left would be splitting the UI from the API services and you would be all the way there.
MultiSite NodeBB
-
Hi. How can i setup multi site NodeBB on one server (like Wordpress,Discourse)?
Thanks -
@ronalbarbaren said:
Hi. How can i setup multi site NodeBB on one server (like Wordpress,Discourse)?
ThanksNice idea
-
Like,
forum1.yourdomain.com and
forum2.yourdomain.com ?You just need to setup NodeBB on two different ports, and have nginx serve them to your appropriate subdomain. What's your current setup like?