Skip to content

Add nexusbuild.ai hosting template#1366

Open
madisonbratina wants to merge 2 commits into
Domain-Connect:masterfrom
madisonbratina:add-nexusbuild-hosting
Open

Add nexusbuild.ai hosting template#1366
madisonbratina wants to merge 2 commits into
Domain-Connect:masterfrom
madisonbratina:add-nexusbuild-hosting

Conversation

@madisonbratina

@madisonbratina madisonbratina commented Jul 11, 2026

Copy link
Copy Markdown

Description

New service template nexusbuild.ai.hosting for NexusBuild (https://nexusbuild.ai), a website migration + hosting service for small businesses. It points a customer's domain (apex + www) at their site hosted on NexusBuild, so a non-technical owner can connect their domain with one click instead of hand-editing DNS.

Applies two records to our stable hosting Elastic IP:

  • A @ -> 16.58.11.126
  • A www -> 16.58.11.126

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?

Please mark the following checks done

  • 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

Checklist of common problems

  • syncPubKeyDomain is set — set to nexusbuild.ai; our RSA public key is published as TXT records at _dck1.nexusbuild.ai (chunked p=1/p=2,a=RS256,d=...) and the synchronous apply requests are signed (sig/key=_dck1).
  • warnPhishing is not set alongside syncPubKeyDomain — removed.
  • syncRedirectDomain is set whenever the template uses redirect_uri — set to nexusbuild.ai.
  • no TXT record contains SPF content — N/A, the template has no TXT records (two A records only).
  • txtConflictMatchingMode set on TXT records that must be unique — N/A, no TXT records.
  • no variable used as a bare full record value — N/A, the template uses no variables (the IP is fixed).
  • no bare variable used as the full host label — N/A, no variables; hosts are the fixed labels @ and www.
  • no variable used in host to create a subdomain — N/A, no variables.
  • %host% does not appear explicitly in any host attribute — confirmed.
  • essential set to OnApply where the user may modify records — N/A; both records are the A records that point the site at NexusBuild (the purpose of the template), with nothing the user should remove.

Online Editor test results

Editor test link(s):

Service template for NexusBuild (https://nexusbuild.ai), a small-business
website migration and hosting service. Applies A records for @ and www
pointing at NexusBuild's stable hosting IP so owners can connect their
domain with one click instead of hand-editing DNS.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012xj7Y4LJcwk1WYkGXbBj36
@github-actions github-actions Bot added no syncPubKeyDomain syncPubKeyDomain not set. Template is not secured. warnPhishing warnPhishing is set. Template is not secured. Checklist of common problems not complete See PR template and mark *all* checkboxes, even if not applicable. Explain any discrepancies. labels Jul 11, 2026
@github-actions

Copy link
Copy Markdown

JSON Filename Check Passed

@github-actions github-actions Bot added the PR description incomplete The PR description template was not filled in at all, altered or filled in improperly. label Jul 11, 2026
@github-actions

Copy link
Copy Markdown

JSON Schema Validation Passed

@github-actions github-actions Bot added the Test links missing No test links from Online Editor provided label Jul 11, 2026
@github-actions

github-actions Bot commented Jul 11, 2026

Copy link
Copy Markdown

Linter OK

nexusbuild.ai.hosting.json

Level Code Note
info DCTL1031 all record groupId values are the same

…warnPhishing

Adds request signing per the template quality guidelines: syncPubKeyDomain is
now set to nexusbuild.ai (our RSA public key is published as TXT records at
_dck1.nexusbuild.ai), and warnPhishing is removed since it must not coexist
with syncPubKeyDomain.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012xj7Y4LJcwk1WYkGXbBj36
@github-actions github-actions Bot removed no syncPubKeyDomain syncPubKeyDomain not set. Template is not secured. warnPhishing warnPhishing is set. Template is not secured. Checklist of common problems not complete See PR template and mark *all* checkboxes, even if not applicable. Explain any discrepancies. PR description incomplete The PR description template was not filled in at all, altered or filled in improperly. Test links missing No test links from Online Editor provided labels Jul 11, 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: 2 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant