The self-hosted baserow instance is accessible at xxx(dot)company(dot)com, so I created a domain though the app builder option pannel at xxx-app(dot)company(dot)com .
Then I created a CNAME record on the company.com dns with :
hostname : xxx-app
value “xxx(dot)company(dot)com”
When I try to access “xxx-app.company.com” I hanve an SSL error: ERR_SSL_PROTOCOL_ERROR.
This is probably related to the SSL generation for custom domains. May be the instance doesn’t have the right access to generate the certificate. Depending on the installation you chose, you may need to follow extra steps to get that working.
The instance is hosted on an OVH VM, with baserow as the one and only docker running. It’s connected to via environment variables to a managed postgres database hosted externally.