10 Replies
Hi @_7eo., 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:
* Tenants
* Kubernetes
* Feature Flags
* Vue Component
-----------------------------
Answer
Yes, the tenant option is available for self-hosting Novu. Multi-tenancy can be enabled by setting the
IS_MULTI_TENANCY_ENABLED
environment variable to true
(1) . This adds the ability to manage tenants from the dashboard.Glad I could be helpful. Feel free to create a new thread with any new questions you may have.
@_7eo. is inkeep ai answer helpful for you?
Do you need more help in this support post?
Hello, its ok. I wa able to enable this feature. thanks!
@_7eo. can you share what did you do?
Got it. Tagging @Support for additional help.
Got it. Tagging @Support for additional help.
hello, basically y added to all services in the section environment of my docker-compose.yml this line: IS_MULTI_TENANCY_ENABLED: ${IS_MULTI_TENANCY_ENABLED}
and in my .env enabled the flag like this: # Feature Flags
IS_MULTI_TENANCY_ENABLED=true
Thanks @_7eo. !!!
you are welcome