Next_public_viewer_url with multiple domains
Hello all, before I attempt this, I am self hosting using docker. I would like to know if I can make my typebots available on multiple domains. Should I
1 - attempt to add multiple domains to my viewer url env
2 - build a new set of typebots with the same details but point it to a common pg dB
3 - separate out everything and use a new db
Any direction would be appreciated
2 Replies
At a first idea, I would indeed add multiple viewer URL env, and then would have to point all my domain to my VPS that's running the application. Though, that would mean all bot would be accessible through any domain. Maybe adding allowed origin for each bot would then do the trick https://docs.typebot.io/settings/overview#security
Typebot Docs
Settings - Typebot Docs
Thank you, I will set it up as comma separated and see what happens. I intend to share the viewer urls directly, instead of embedding it on a website. I appreciate the response. The allow origins make sense, although not for my use case.