Add nexusbuild.ai hosting template#1366
Open
madisonbratina wants to merge 2 commits into
Open
Conversation
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
|
✅ JSON Filename Check Passed |
|
✅ JSON Schema Validation Passed |
Linter OK
|
| 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
PR Description Check PassedAll required sections are filled in correctly. Details |
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 service template
nexusbuild.ai.hostingfor 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.126A www -> 16.58.11.126Type of change
How Has This Been Tested?
Please mark the following checks done
<providerId>.<serviceId>.jsonlogoUrlis actually served by a webserverChecklist of common problems
syncPubKeyDomainis set — set tonexusbuild.ai; our RSA public key is published as TXT records at_dck1.nexusbuild.ai(chunkedp=1/p=2,a=RS256,d=...) and the synchronous apply requests are signed (sig/key=_dck1).warnPhishingis not set alongsidesyncPubKeyDomain— removed.syncRedirectDomainis set whenever the template usesredirect_uri— set tonexusbuild.ai.txtConflictMatchingModeset on TXT records that must be unique — N/A, no TXT records.hostlabel — N/A, no variables; hosts are the fixed labels@andwww.hostto create a subdomain — N/A, no variables.%host%does not appear explicitly in anyhostattribute — confirmed.essentialset toOnApplywhere 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):