Share feedback, ideas and get community help

Updated 3 weeks ago

Put typebot on coolify [SOLVED]

I'm trying to self-host Typebot on a self-hosted instance of Coolify on my VPS, but I'm having problems with the domain of the viewer. Has anyone already done that?
M
c
5 comments
I got it resolved. Coolify has a particular requirement: every configuration of applications that use a public domain needs to be set to use HTTP. For example, in the Coolify panel for the containers, configure the domain of the builder and the viewer with http://mydomain.com. However, in the docker-compose.yml file of your Typebot setup, configure the environment variables

NEXTAUTH_URL
NEXT_PUBLIC_VIEWER_URL
with https://mydomain.com. This ensures that Coolify points to your domain and your domain can reach your application backend.
Thank you to share the solution.
Can you change the title applying [SOLVED] so to better identify the posts?
Thank you very much
I have the same issue on Coolify but it seems that using http is not working. Could you share with me you env variables for both viewer and builder ? and could you confirm if you are using Minio ?
Add a reply
Sign up and join the conversation on Discord