Add RedAgents templates (blog, website) - #1503
Draft
ExDocs wants to merge 1 commit into
Draft
Conversation
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 |
|---|
redagents.io.website.json
| Level | Code | Note |
|---|
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
Two new templates for RedAgents (https://www.redagents.io), a UK SaaS trading under Bitvero Limited that hosts websites and automated blogs for small businesses. Customer sites are served from Vercel, so each template points a name at Vercel.
redagents.io.blog.json— one CNAME on a customer-chosen subdomain (hostRequired: true)redagents.io.website.json— an A record at the apex plus a www CNAMEBoth are static: no variables, no TXT records, no SPF or DKIM.
Type of change
How Has This Been Tested?
<providerId>.<serviceId>.jsonlogoUrlis actually served by a webserverOpening as a draft: the Online Editor's "Check template" needs an account, which we've requested. I'll add the test links and mark this ready for review as soon as we have access. In the meantime the discovery and settings steps have been verified end to end against a live Cloudflare-hosted zone, and the apply URL reaches the Cloudflare sign-in with the template path intact.
Checklist of common problems
syncPubKeyDomainis set — set toredagents.ioon both templateswarnPhishingis not set alongsidesyncPubKeyDomain— not usedsyncRedirectDomainis set whenever the template usesredirect_uriin the synchronous flow — set toredagents.iotxtConflictMatchingModeis set on every TXT record that must be unique — no TXT recordshostlabel — no variableshostfield to create a subdomain — the blog template uses thehostparameter withhostRequired: true%host%does not appear explicitly in anyhostattributeessentialis set toOnApplywhere the end user may need to modify or remove a record — not applicable; both templates are the service's own routing records, which the user would remove only by disconnecting the serviceOnline Editor test results
Editor test link(s): to follow — see note above.