I have 30 publications/sites/domains, many of them share content such as images and videos. Articles are being copied from one publication and rewritten and republished on a second domain. Can this be done with ghost? Having one cms with multiple frontends?
Hi there. Ghost is not multi-tenant, and does not have the ability to run multiple sites off a single instance.
That being said, you could build multiple sites with something like Gatsby and source the content from a single Ghost install. Have you checked out our Gatsby Starter on GitHub?
Thanks, that is exactly the answer I was looking for - multi-tenancy is the correct keyword. I also need it to manage multiple teams, and so on.
So no ghost for me, have to go for something ugly.
What about setting up multiple collections, one per site, and proxy pass through nginx?
e.g.:
site1.com/ → localhost:1234/site1/
site2.com/ → localhost:1234/site2/