add CoDuck, 2 templates#1420
Merged
Merged
Conversation
New service provider templates for CoDuck (coduck.ai) custom-domain hosting: hosting-apex (A @ + CNAME www + verification TXT) and hosting-subdomain (CNAME + verification TXT, hostRequired). Passes dc-template-linter (only info-level DCTL1021 for the _coduck-verify label, which is our service-specific verification name).
|
✅ JSON Filename Check Passed |
|
✅ JSON Schema Validation Passed |
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
6134d0d
7 of 8 checks passed
|
Thanks @LiamBMX 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
Adds two templates for CoDuck (coduck.ai), an AI app-building and hosting platform, so users can connect custom domains to their CoDuck-hosted sites without manually editing DNS records:
coduck.ai.hosting-apex.json— root domain:A @to CoDuck's hosting IP,CNAME www → @(we serve the www variant on one certificate), and a_coduck-verifyTXT ownership-verification record.coduck.ai.hosting-subdomain.json— subdomain (hostRequired):CNAMEto the project's%target%.coduck.apphostname plus the same_coduck-verifyTXT record.Both templates pass
dc-template-linterwith no errors or warnings (only info-level DCTL1021 for the_coduck-verifyunderscore label, which is our service-specific verification name).Type of change
How Has This Been Tested?
<providerId>.<serviceId>.jsonlogoUrlis actually served by a webserver — nologoUrlis set on either template (it is optional), so there is no unserved resource.Checklist of common problems
syncPubKeyDomainis set —coduck.aion both templateswarnPhishingis not set alongsidesyncPubKeyDomainsyncRedirectDomainis set —coduck.ai,app.coduck.ai; the synchronous flow usesredirect_uriback to our apptxtConflictMatchingModeis set on the verification TXT records (All— the_coduck-verifylabel is exclusively ours, so any pre-existing TXT there is a stale token that should be replaced)coduck-verify=%token%), and the subdomain CNAME target is constrained to our zone (%target%.coduck.app)hostlabel — allhostfields are fixed (@,www,_coduck-verify)hostfield to create a subdomain — the subdomain template relies on the standardhostparameter (hostRequired: true)%host%does not appear explicitly in anyhostattributeessentialis not needed — all records are required for the service to function and are re-verified by CoDuck's periodic health checks, so none are intended for independent end-user modificationOnline Editor test results
Editor test link(s):