add MonCoach, MonCoach — site en marque blanche - #1535
Open
akambaki wants to merge 1 commit into
Open
Conversation
|
✅ JSON Filename Check Passed |
|
✅ JSON Schema Validation Passed |
PR Description Check FailedThe PR description is missing required elements. Please update it according to the PR template. Details |
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
New template for MonCoach (
moncoach.io), a French white-label coaching platform. Thesiteservice connects a customer's own domain to their MonCoach site: apex A record to the platform edge, wildcard CNAME for the app/booking subdomains, and an ownership-verification TXT record. Template variables (ip,token) are generated server-side by the platform when building the apply URL.Type of change
How Has This Been Tested?
<providerId>.<serviceId>.jsonlogoUrlis actually served by a webserver — nologoUrlin this templateAlso validated with
dc-template-linter -loglevel error -tolerate info(exit 0; only infos: DCTL1029 no syncPubKeyDomain — justified below — and DCTL1021_moncoach-verifynot an IANA label, expected for a provider-specific verification record).Checklist of common problems
syncPubKeyDomainis set — justification: apply URLs are generated exclusively server-side by our platform (no user-editable parameters), andwarnPhishing: trueis set so registrars display the confirmation warning. We plan to addsyncPubKeyDomain+ signed apply URLs (key published at_dck1.moncoach.io) in a version 2 once our signing endpoint ships.warnPhishingis not set alongsidesyncPubKeyDomain— onlywarnPhishingis presentsyncRedirectDomainis set whenever the template usesredirect_uriin the synchronous flow (syncRedirectDomain: "moncoach.io")txtConflictMatchingModeis set on every TXT record that must be unique (Allon the_moncoach-verifytoken record)Arecord value is%ip%, the address of the platform edge. An IP cannot carry a fixed prefix; the value is not user-supplied (our backend injects the current edge IP when building the apply URL). Kept as a variable rather than hard-coded so an edge re-IP does not require a registry-wide template resubmission.hostlabel — allhostfields are fixed (@,*,_moncoach-verify)hostfield to create a subdomain%host%does not appear explicitly in anyhostattributeessentialis set on records the end user may need to modify independently — not applicable: all three records are required for the service to functionOnline Editor test results
Editor test link(s):
coach): Test moncoach.io/site example.com/coachBoth tests applied the expected three records (apex A → edge IP, wildcard CNAME → apex,
_moncoach-verifyTXT → token).