Add webuno.es and webuno.io site templates#1428
Merged
Merged
Conversation
APEXCNAME + www CNAME pointing a customer domain at its Webuno website on Cloudflare Pages. Signed sync flow (syncPubKeyDomain=webuno.io) with redirect restricted to webuno.es/webuno.io. Validates against template.schema; tested in the online editor (apex + subdomain).
|
✅ JSON Filename Check Passed |
|
✅ JSON Schema Validation Passed |
Linter OK
|
| Level | Code | Note |
|---|---|---|
| info | DCTL1038 | APEXCNAME and REDIRxxx records are not widely supported |
| info | DCTL1031 | all record groupId values are the same |
webuno.io.site.json
| Level | Code | Note |
|---|---|---|
| info | DCTL1038 | APEXCNAME and REDIRxxx records are not widely supported |
| info | DCTL1031 | all record groupId values are the same |
Adds the global counterpart to webuno.es: identical records (APEXCNAME + www CNAME to %cname%), serviceId=site, syncPubKeyDomain=webuno.io. Signed applies verify against the same _dck1.webuno.io key. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
PR Description Check PassedAll required sections are filled in correctly. Details |
pawel-kow
approved these changes
Jul 19, 2026
Merged
via the queue into
Domain-Connect:master
with commit Jul 19, 2026
c4243c3
8 of 9 checks passed
|
Thanks @KCuppens 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
New templates for Webuno (
webuno.esfor the Spanish market andwebuno.iofor the global market), a website platform for local businesses. Each template connects a customer's own domain to their Webuno website hosted on Cloudflare Pages: anAPEXCNAMEon the apex and aCNAMEonwww, both pointing at the site's Pages hostname (passed as the%cname%variable, e.g.webuno-sites-tapas.pages.dev). No MX/TXT/NS records are touched. The two templates are identical apart fromproviderId/logoUrl; both publish the same signing key and shareserviceId=site.The synchronous flow is signed:
syncPubKeyDomain=webuno.iowith the public key published at_dck1.webuno.io(TXT,p=<i>,a=RS256,t=x509,d=<chunk>format). Redirects are restricted viasyncRedirectDomain=webuno.es,webuno.io.Type of change
How Has This Been Tested?
<providerId>.<serviceId>.jsonlogoUrlis actually served by a webserverChecklist of common problems
syncPubKeyDomainis set — public key live at_dck1.webuno.ioTXTwarnPhishingis not set alongsidesyncPubKeyDomainsyncRedirectDomainis set (the sync flow usesredirect_uri)txtConflictMatchingMode— n/a, no TXT records%cname%is the record target (pointsTo), which is inherently the full value for a CNAME; the value is constrained to the service's own*.pages.devhostname generated per customer sitehostlabel — hosts are fixed (www/ apex)hostfield to create a subdomain%host%does not appear explicitly in anyhostattributeessential— n/a, both records are the service connection itself; manual changes should surface as a template conflictOnline Editor test results
Editor test link(s):
webuno.es.site.json:webuno.io.site.json: