Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions grok.com.app-builder-apex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"providerId": "grok.com",
"providerName": "Grok",
"serviceId": "app-builder-apex",
"serviceName": "App Builder (apex domain)",
"version": 1,
"logoUrl": "https://grok.com/images/favicon.svg",
"description": "Point an apex (root) domain at an app deployed with Grok App Builder.",
"variableDescription": "vercelapex: the A-record IP for the apex domain issued by Grok App Builder (from Vercel), e.g. 76.76.21.21",
"syncPubKeyDomain": "domainconnect.grok.com",
"syncRedirectDomain": "grok.com",
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "%vercelapex%",
"ttl": 3600
}
]
}
21 changes: 21 additions & 0 deletions grok.com.app-builder.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"providerId": "grok.com",
"providerName": "Grok",
"serviceId": "app-builder",
"serviceName": "App Builder",
"version": 1,
"logoUrl": "https://grok.com/images/favicon.svg",
"description": "Point a custom subdomain at an app deployed with Grok App Builder.",
"variableDescription": "vercelcname: the per-project CNAME target issued by Grok App Builder (from Vercel), e.g. d1d4fc829fe7bc7c.vercel-dns-017.com",
"syncPubKeyDomain": "domainconnect.grok.com",
"syncRedirectDomain": "grok.com",
"hostRequired": true,
"records": [
{
"type": "CNAME",
"host": "@",
"pointsTo": "%vercelcname%",
"ttl": 3600
}
]
}
Loading