Serve your service on your own domain with automatic HTTPS.
Every service starts with a free default domain at *.inhank.app.
For production, you'll typically want to use your own domain (e.g.
app.example.com). Inhank Cloud lets you attach any number of custom
domains to a service, with automatic HTTPS, free of charge.
Type: TXTName: _inhank-verify.app (just the prefix + leftmost label)Value: <token shown in dashboard>TTL: Auto
The token is unique per domain. Don't share or reuse it.
Using Cloudflare? Go DNS-only first
When you create the route record, set proxy mode to DNS only (grey
cloud) until your domain shows Verified and the certificate is
Active. After that, switch back to Proxied (orange cloud) if you
want Cloudflare's CDN in front.
Confirm the TXT record actually exists in public DNS:
dig +short TXT _inhank-verify.app.example.com
If dig returns nothing, the record hasn't propagated yet. Wait 5
minutes and retry, or check your DNS provider's UI to confirm the record
was actually saved.
If dig returns a different value than the dashboard shows, you
copy-pasted the wrong token. Re-copy and update.
If dig returns the value with surrounding quotes ("\"token\""),
remove the inner quotes — your provider double-escaped them.
Some DNS providers want the leftmost label only (_inhank-verify.app),
others want the full FQDN (_inhank-verify.app.example.com.). If one form
fails, try the other.
The Ingress configuration is refreshed on every release. If you added the
domain after your last deployment, click Redeploy to apply the new
domain config.
If the URL still 404s after a redeploy, double-check that your service is
actually running (one or more Live instances in Resource Usage).
Verify domains before flipping live traffic to them. Verification +
certificate take a few minutes; you don't want users hitting a half-set-up
domain in that window.
Add both apex and www. for any brand domain. Redirect one to the other
in your application code, or via DNS-level forwarding at your provider.
Use a separate domain for staging (e.g. staging.example.com) so you can
test changes safely.