Skip to main content

Deployments & App Management

DNS setup

To get your apps running on your server, you need to have a hostname, such as app.company.com. This allows your users find it on the Internet and access it online.

It is essential nowadays to have HTTPs configured. This requires public server access and such hostname configured properly.

To configure it, you need to have a domain name purchased (from Namecheap, GoDaddy or any marketplace) and DNS records added which point to your server.

You can also use DNS management from the place where you bought your domain. But it is better to have it configured at the provider with better capabilities to manage DNS, such as:

  • CloudFlare
  • DigitalOcean

After purchasing a domain and creating a server at Hetzner, DigitalOcean or DataCrunch, go to the DNS panel and configure A records which point to your server, for example:

This will configure app.dollardeploy.ai record which points to my server with IP address 12.34.56.78.

Automatically generated DNS records

To try things out or hosting the server behind a CloudFlare CDN, you can use automatically generated DNS records, provided by DollarDeploy.

Just to go the Host => Edit and press Create wildcard. This will create records like app.NNNNNN.dollardeploy.app which will point to your server. After that, you can select them in the app and deploy app with this hostname.

0:00
/0:09

Automatically generated DNS records