Skip to content

New template: treadcommand.com / custom-domain#1113

Merged
pawel-kow merged 1 commit into
Domain-Connect:masterfrom
TreadCommand:master
May 19, 2026
Merged

New template: treadcommand.com / custom-domain#1113
pawel-kow merged 1 commit into
Domain-Connect:masterfrom
TreadCommand:master

Conversation

@CuriousKal
Copy link
Copy Markdown
Contributor

@CuriousKal CuriousKal commented May 19, 2026

Description

New template for TreadCommand (treadcommand.com / custom-domain).

TreadCommand is a SaaS platform for mobile tire shops. Tenants bring their own domains and point them to their TreadCommand-powered storefronts hosted on Railway. This template automates CNAME configuration for subdomains (e.g., www.joestires.com<tenant>.up.railway.app).

  • Provider: treadcommand.com
  • Template: Creates a single CNAME record for the host parameter pointing to a per-tenant %target% destination
  • Signing key: Hosted at _dcpubkeyv1.treadcommand.com (DNS TXT records, 2-part RSA 2048-bit key)
  • Redirect domain: www.treadcommand.com
  • hostRequired: true — subdomain is always specified by the caller

Type of change

  • New template
  • Bug fix (non-breaking change which fixes an issue in the template)
  • New feature (non-breaking change which adds functionality to the template)
  • Breaking change (fix or feature that would cause existing template behavior to be not backward compatible)

How Has This Been Tested?

  • Template functionality checked using Online Editor
  • Template file name follows the pattern <providerId>.<serviceId>.json
  • resource URL provided with logoUrl is actually served by a webserver

Test performed: Domain=example.com, Host=www, target=my-store.up.railway.app → produces CNAME www.example.com.my-store.up.railway.app (TTL 3600). No errors reported by editor.

Checklist of common problems

Mark all the checkboxes after conducting the check. Comment on any point which is not fulfilled.
See Template Quality Guidelines for details and rationale on each rule.

  • syncPubKeyDomain is set — set to treadcommand.com
  • warnPhishing is not set alongside syncPubKeyDomain
  • syncRedirectDomain is set whenever the template uses redirect_uri in the synchronous flow — set to www.treadcommand.com
  • no TXT record contains SPF content ("v=spf1 ...") — N/A (template only contains CNAME)
  • txtConflictMatchingMode is set on every TXT record that must be unique per label or content prefix (e.g. DMARC) — N/A (no TXT records)
  • no variable is used as a bare full record value (e.g. @ TXT "%foo%") unless necessary — N/A (no TXT records)
  • no bare variable is used as the full host label — host is @
  • no variable is used in the host field to create a subdomain — uses host parameter
  • %host% does not appear explicitly in any host attribute — confirmed, uses @
  • essential is set to OnApply on records the end user may need to modify or remove without breaking the template (e.g. DMARC) — N/A (single CNAME managed entirely by template)

Online Editor test results

Editor test link(s): Test treadcommand.com/custom-domain example.com/www

@github-actions github-actions Bot added hostRequired hostRequired is set Test links missing No test links from Online Editor provided labels May 19, 2026
@github-actions
Copy link
Copy Markdown

JSON Filename Check Passed

@github-actions
Copy link
Copy Markdown

JSON Schema Validation Passed

@github-actions
Copy link
Copy Markdown

Linter OK

treadcommand.com.custom-domain.json

Level Code Note

@github-actions github-actions Bot removed the Test links missing No test links from Online Editor provided label May 19, 2026
@github-actions
Copy link
Copy Markdown

PR Description Check Passed

All required sections are filled in correctly.

Details
  OK  Type of change: 1/4 checkboxes ticked
  OK  How Has This Been Tested?: all 3 checkboxes ticked
  OK  Checklist of common problems: 10/10 checkboxes ticked
  OK  Online Editor test results: 1 link(s) found
  OK  Template coverage: all 1 template(s) covered
Labels to remove: Checklist of common problems not complete, Forged editor links, PR description incomplete, Test links missing

PR description check PASSED

@pawel-kow pawel-kow added this pull request to the merge queue May 19, 2026
Merged via the queue into Domain-Connect:master with commit 39ba961 May 19, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hostRequired hostRequired is set

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants