Difference between SaaS and self-hosted alternative? #657
|
I just tried the self-hosted version and was not sure if the self-hosted version contains all the features of the SaaS paid plan. Can someone from the team give some insights on this? This tool really looks cool to me! Superb UX! |
Replies: 5 comments
|
@kirtan403 the SaaS uses this same code, we only have slightly modified In sum, yes, the features are the same, you might just need to make sure you enable/disable them as necessary via provisioning/config. I hope that helps! |
|
Hey that was insightful ! So all the SaaS paid features are available on self hosted, right? |
Yes. You can set your own limits. |
|
Great, thanks for providing details |
@kirtan403 the SaaS uses this same code, we only have slightly modified
docker-compose.ymlandDockerfile-*files to account for the custom infrastructure modifications (for better scalability) and domains/env variables, etc.In sum, yes, the features are the same, you might just need to make sure you enable/disable them as necessary via provisioning/config.
I hope that helps!