Add TitansHub (titanshub.app) domain-full-setup template - #1672
Merged
pawel-kow merged 3 commits intoAug 28, 2026
Merged
Conversation
Connects a customer domain to their TitansHub website (ownership TXT + apex A + www CNAME, SSL issued automatically by the platform) and email sending records (DKIM + return-path). Variables carry per-domain values.
|
✅ JSON Filename Check Passed |
|
✅ JSON Schema Validation Passed |
…aw SPF TXT, DKIM as p=%dkimp%
PR Description Check PassedAll required sections are filled in correctly. Details |
pawel-kow
approved these changes
Aug 28, 2026
Merged
via the queue into
Domain-Connect:master
with commit Aug 28, 2026
3cbd20c
9 of 12 checks passed
|
Thanks @viviendoelexito for contributing to the template. 🎉 This template has been reviewed and merged by @pawel-kow. 🙌 This template repository and its review process are maintained by independent individuals in their spare time, not as part of a paid role. If you or your company benefit from this protocol and its tools, please show your appreciation by buying a beer for @pawel-kow: https://github.com/sponsors/pawel-kow |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Template for TitansHub (https://titanshub.app), an all-in-one business platform for coaches and small businesses.
It connects a customer's domain to their TitansHub website — ownership verification TXTs, apex A records and www CNAME (SSL is issued automatically by our edge) — and optionally their email sending records (DKIM + return-path) via the
emailgroup.Type of change
How Has This Been Tested?
<providerId>.<serviceId>.jsonlogoUrlis actually served by a webserver — https://titanshub.app/titanshub-logo-120.png returns200 image/pngThe discovery → settings → template-support chain was also verified live against GoDaddy (
_domainconnectTXT →domainconnect.api.godaddy.com→/v2/{domain}/settings). Apply URLs are signed RS256 over the query string per spec; the public key is already published at_dcpubkeyv1.titanshub.appin multi-part form (p=N,a=RS256,d=…).Checklist of common problems
syncPubKeyDomainis set —titanshub.appwarnPhishingis not set alongsidesyncPubKeyDomainsyncRedirectDomainis set —titanshub.appSPFMrecord typetxtConflictMatchingModeis set on every TXT that must be unique —Allon both ownership TXTs,Prefix(p=) on the DKIM recordhostlabel — every host is fixed (_cf-custom-hostname,_cf-custom-hostname.www,resend._domainkey,send,www,@)hostfield to create a subdomain%host%does not appear explicitly in anyhostattributeessential— no record here is one the end user is expected to edit or remove. There is no DMARC record in this template, and the inbound MX is deliberately excluded so the template can never override the customer's existing mail provider.Justification for the bare variables
_cf-custom-hostnameand_cf-custom-hostname.wwwcarry%ownapex%/%ownwww%as the full value because Cloudflare for SaaS requires the bare verification token as the TXT content — a prefixed value such astitanshub-verify=%ownapex%fails their ownership check.The risk the rule guards against is mitigated here: both host labels are fixed and vendor-specific, both records carry
txtConflictMatchingMode: Allso a stale token is replaced rather than accumulated, and the apply URL is signed (syncPubKeyDomain), so the values cannot be injected by a third party.Online Editor test results
Editor test link(s):
titanslm.com, no host): Test titanshub.app/domain-full-setup titanslm.com/@titanslm.com, hosteventos): Test titanshub.app/domain-full-setup titanslm.com/eventosBoth were run in the editor with real values from a live domain, both groups enabled, and no errors reported.
The apex run produced:
The subdomain run produced the same set correctly rebased under
eventos.titanslm.com. Note theSPFMrecord resolving into a proper merged SPF TXT in both runs.🤖 Generated with Claude Code