Blog
Blog copied to clipboard
Multiple Blogs
We have multiple people that need a blog, and the question is this.
- Is there an easy way to have multiple users all have a blog from the same url?
- Does the current schema support multiple users in the same DB, or
- Will the users have to have their own DB
Finally, if doing this in Docker, would you have to spin up multiple instances to accomplish this?
Thanks, and I do not expect that you considered any of this, but it lets me understand the limitations.
Hey @samcov
In short: It is currently "SINGLE MODE" if you wanna say so. If you would spin up multiple docker images with their own database, you could achieve that, but then they all have their unique address, which, I guess, is not what you want.
Simply speaking, there is no concept of "Author" / "User" at the moment. If you are authorized, you can do whatever you want. I initially started this for my own blog, not really expecting much resonance. But I like the idea, even though there might be some work to do.