Add templates for furimoe.com (domain-verification, figura-server)#1141
Open
aomkoyo wants to merge 30 commits into
Open
Add templates for furimoe.com (domain-verification, figura-server)#1141aomkoyo wants to merge 30 commits into
aomkoyo wants to merge 30 commits into
Conversation
Updated version number and description for domain verification.
Add two templates for the Furimoe Figura server platform: - domain-verification: TXT record for domain ownership verification - figura-server: CNAME + TXT records for connecting a domain to a Figura backend server with verification in one step Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
✅ JSON Filename Check Passed |
|
✅ JSON Schema Validation Passed |
Domain Connect protocol auto-prepends the host parameter to record hosts, so using %host% caused duplication (e.g. mc.mc.example.com). Using @ lets the protocol handle it correctly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Add two Domain Connect templates for furimoe.com (Furimoe), a self-hosted backend platform for the FiguraMC Minecraft mod.
Templates Added
1.
furimoe.com.domain-verification.json_furimoe-challenge→token=%verifytxt%(group:verify)2.
furimoe.com.figura-server.json@→%target%(group:figura) — points domain/subdomain to backend_furimoe-challenge→token=%verifytxt%(group:verify) — ownership verificationhostRequired: true— supports both subdomain and root domainProvider Details
providerIdfurimoe.comproviderNameFurimoesyncPubKeyDomainfurimoe.comsyncRedirectDomainstatic.furimoe.comlogoUrlhttps://cdn.masuru.in.th/storage/furimoe/furimoe-logo-2x1.webpType of change
How Has This Been Tested?
<providerId>.<serviceId>.jsonlogoUrlis actually served by a webserverChecklist of common problems
syncPubKeyDomainis set —furimoe.comwarnPhishingis not set alongsidesyncPubKeyDomainsyncRedirectDomainis set whenever the template usesredirect_uriin the synchronous flow —static.furimoe.com"v=spf1 ...") — use theSPFMrecord type insteadtxtConflictMatchingModeis set on every TXT record that must be unique per label or content prefix (e.g. DMARC) — N/A, our TXT records use a unique host_furimoe-challenge@ TXT "%foo%") — values use fixed prefixtoken=hostlabel —_furimoe-challengeis a fixed hosthostfield to create a subdomain — we use@and let thehostparameter handle it%host%does not appear explicitly in anyhostattributeessentialis set toOnApplyon records the end user may need to modify or remove without breaking the template — N/A, no records require thisOnline Editor test results
domain-verification apex (host=@):
Test furimoe.com/domain-verification example.com/@
domain-verification subdomain (host=mc):
Test furimoe.com/domain-verification example.com/mc
figura-server subdomain (host=mc):
Test furimoe.com/figura-server example.com/mc
All apply cleanly: "Check template" returns no errors.
🤖 Generated with Claude Code