#VPS Setup using custom domain

1 messages · Page 1 of 1 (latest)

bright bronze
#

I want to deploy Twenty on my Digital Ocean VPS with a custom domain https://crm.fmakers.com.br

I tried changing the SERVER_URL and SERVER_BASE_URL env values to it but still did not work after docker compose up -d

Pretty sure that it is a rookie mistake being done somewhere haha

obtuse sentinel
#

do you have a reverse proxy in front of your vps ? by default twenty serves http, not https

#

and I don't speak portuguese but it seems that the chrome error is the ssl error, you're trying to access with ssl (https) something that doesn't speak ssl (http)

#

oh I didn't see you posted again in general, it looks better though, did you check the docker logs and the developer tools on the blank screen

junior dew
#

@bright bronze what is the current status?

bright bronze
#

Hello everyone

#

Yes, it got a little better, inside console log on Chrome i got this

#

Look

obtuse sentinel
bright bronze
#

Have a look

#

Oh, my mistake, it wasnt configured with :3000

#

Lets try again

#

Same thing

bright bronze
obtuse sentinel
#

remove the "s" from https on your 2 variables, as said earlier, twenty doesn't serve https, you need a reverse proxy in front of it to do that

bright bronze
#

Hello Zeylos, i tried every combination possible, with and without https, with and without ports

#

Woud how much would you charge for doind this setup on my vps?

obtuse sentinel
#

- I'm not part of the twenty dev team but - why don't you pay for the saas offering instead ?

#

or use the deploy to render / repocloud

junior dew
#

@bright bronze, unfortunately the core team does not handle custom install on VPS but we are happy to assist here with the help of the community

#

you'll likely need to put an nginx in front of your server to serve the traffic properly over https