Is Tenant Structure supported on self-hosting?
Actually, I got a reply from Mr.Pawan that tenant structure is only supported on Cloud service.
But I found some replies it can be used on self-hosting. So I'm really confused .. haha.
Please help to answer my question. Thank you
9 Replies
Hi @MINIMINI, I'm an AI assistant for Novu. While a team member reviews this question, I'll look through relevant sources and see if I can provide suggestions. Please tag @Ask Inkeep with any follow-up questions.
-----------------------------
While I generate an answer, here are some sources that might be helpful:
* Commercial Self Host
* Get involved with the Novu Community
* Commercial Self Host
* AWS
-----------------------------
Answer
Tenant structure, as of the current information, is not explicitly detailed for self-hosted environments within the provided documents. The discussion around tenant support appears to be more aligned with Novu's cloud service rather than self-hosting. For example, discussions in Discord suggest looking into features or functionalities that might be associated with cloud services, but there isn't specific guidance on implementing a tenant structure in a self-hosted setup (1) (2) . Thus, based on the information available, it seems that tenant structure is more clearly supported or discussed in the context of Novu's cloud service.
@MINIMINI
Thanks for pointing out. I remember we were chatting in intercom about this.
Sorry for mistake from my side. I see we have env variables which can be toggled true and false for this
Let me know if you have any question
@Pawan Jain Oh it's okey..! Then Can you guide me how to set that env variables?
I can not find the tenants menu on my local docker.
FYI : I'm on main branch not NEXT
set this variable in .env file of
api
and worker
@Pawan Jain
Sorry for answering again. Can you teach me what is the variables name? I can not find 😇
IS_MULTI_TENANCY_ENABLED
@Pawan Jain
I added IS_MULTI_TENANCY_ENABLED=true to .env file of api and worker.
But the tenants menu on sidebar are not appeared.
Is there more guide for this?
How can I handle that?
And in .env file, There are not feature flags setting.. Can you share the .env file with the variables that are setting the feature flags?