Hello!
I am new to node and nodebb and really enjoy the UI!
Would it be possible to have some kind of multihost / multisite / network feature?
I imagine having multiple alias domains / hostnames point to the same nodebb.
Then something like this:
-
A database collection "sites" holds site information like hostname, title, ...
-
Each request checks the current hostname and loads the corresponding (cached) site information
-
When saving topics/comments/users, the current site_id gets saved too.
-
When retrieving topics/comments/users from the database, results will be filtered by current site_id.
This would allow to run multiple, unrelated sites in a network style. Admins could add new sites easily to the network through the admin panel, and then just point the new domain to the same nodebb installation.
What do you think?
Sorry for incorrect English.