Add crossly.net.storefront-subdomain template#1191
Open
alphajew420 wants to merge 1 commit into
Open
Conversation
Crossly is a multi-marketplace crossposting SaaS for resellers; sellers can attach a custom domain to their native Crossly storefront. This template lets them complete the DNS setup in one click via Domain Connect instead of copy/pasting a CNAME record. Records: - CNAME @ -> domains.crossly.net (storefront, essential OnApply) - TXT _crossly-verify (ownership proof, propagation probe) Template live + verifiable at: https://crossly.net/api/public/domain-connect/templates/crossly.net/storefront-subdomain.json Signing key published as TXT _dck1.crossly.net (RSA-2048, p=1,a=RS256).
PR Description Check FailedThe PR description is missing required elements. Please update it according to the PR template. Details |
|
✅ JSON Filename Check Passed |
|
✅ JSON Schema Validation Passed |
Linter OK
|
| Level | Code | Note |
|---|---|---|
| info | DCTL1021 | missing from iana definitions |
Author
|
Online Editor test results: |
|
This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 15 days. |
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
Adds a new template
crossly.net.storefront-subdomainso Crossly sellers can attach a custom subdomain (shop.theirbrand.com) to their native storefront in one click instead of pasting a CNAME by hand.Crossly is a multi-marketplace crossposting SaaS for resellers, with a native Crossly storefront feature; this template covers the subdomain-only flow (
hostRequired: true). A future PR may add an apex flavor once we have the ALIAS / ANAME story sorted.Live, verifiable template URL (identical content to the file in this PR):
https://crossly.net/api/public/domain-connect/templates/crossly.net/storefront-subdomain.json
Signing key published as
TXT _dck1.crossly.net(p=1,a=RS256,d=<spki-der-base64>).Type of change
How Has This Been Tested?
Please mark the following checks done
<providerId>.<serviceId>.jsonlogoUrlis actually served by a webserverChecklist of common problems
syncPubKeyDomainis set — set tocrossly.net, with the public key published as TXT_dck1.crossly.net(p=1,a=RS256,d=...)warnPhishingis not set alongsidesyncPubKeyDomain— omitted intentionallysyncRedirectDomainis set whenever the template usesredirect_uriin the synchronous flow —crossly.net,www.crossly.nettxtConflictMatchingModeis set on every TXT record that must be unique per label or content prefix — N/A, the_crossly-verifylabel is service-namespaced and not shared with DMARC/SPF/etc.crossly-verify=%verifyToken%, not bare%verifyToken%hostlabel —_crossly-verifyis a fixed labelhostfield to create a subdomain — the apply-timehostquery param drives the subdomain viahostRequired: true, records use literal@/_crossly-verify%host%does not appear explicitly in anyhostattributeessentialis set toOnApplyon records the end user may need to modify or remove without breaking the template — the CNAME is markedessential: OnApplyso registrars warn before overwriting itOnline Editor test results
Editor test link(s): will be posted as a follow-up comment