Domains

Overview

Domains in Tapitalee allow you to connect custom domain names to your application, providing branded URLs and professional web presence. The system handles DNS routing, SSL certificate management, and load balancer configuration to make your application accessible via your custom domain names.

Purpose and Benefits

  • Professional Branding: Use your own domain names instead of default URLs
  • Multiple Domains: Support multiple domains and subdomains for the same app
  • DNS Integration: Seamless integration with your DNS provider

How Domains Work

Domain setup involves:

  • Tapitalee provides a built-in hostname (under *.dns.tapitalee.net) to point your CNAME record to
  • Add your domain name(s) to Tapitalee, if using Tapitalee to set up a proxy/load balancer, so the domains can be direct to the applications.

CLI Usage

Create Domain

tapit  create domain name=domain.com

Required Parameters

  • name: Domain name to add (fully qualified domain name)

Examples

tapit create domain name=myapp.com

List Domains

tapit  list domains

Shows all domains configured for your application with their status.

Delete Domain

tapit  delete domain name=domain.com

Removes a domain from your application and cleans up associated configuration.