Blog icon indicating copy to clipboard operation
Blog copied to clipboard

Multiple Blogs

Open samcov opened this issue 2 years ago • 1 comments

We have multiple people that need a blog, and the question is this.

  1. Is there an easy way to have multiple users all have a blog from the same url?
  2. Does the current schema support multiple users in the same DB, or
  3. 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.

samcov avatar Aug 02 '23 00:08 samcov

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.

linkdotnet avatar Aug 02 '23 15:08 linkdotnet