Skip to content
Merged
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
30 changes: 30 additions & 0 deletions onebookplus.com.website-apex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"providerId": "onebookplus.com",
"providerName": "OneBookPlus",
"serviceId": "website-apex",
"serviceName": "OneBookPlus website (apex domain)",
"version": 2,
"syncPubKeyDomain": "onebookplus.com",
"syncRedirectDomain": "onebookplus.com.au",
"description": "Connects an apex/root domain to a OneBookPlus website: points the apex A record at the OneBookPlus edge and publishes the per-tenant ownership-verification TXT record the OneBookPlus domain wizard checks. Subdomain connects use the separate website template, so this apex A record is only ever applied when the customer explicitly connected their root domain.",
"variableDescription": "VERIFYTOKEN: per-tenant ownership token issued and shown by the OneBookPlus domain wizard.",
"shared": false,
"syncBlock": false,
"hostRequired": false,
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "76.76.21.21",
"ttl": 3600
},
{
"type": "TXT",
"host": "_obp-site-verify",
"data": "obp-site-verify=%VERIFYTOKEN%",
"ttl": 3600,
"txtConflictMatchingMode": "All",
"essential": "OnApply"
}
]
}
30 changes: 30 additions & 0 deletions onebookplus.com.website.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"providerId": "onebookplus.com",
"providerName": "OneBookPlus",
"serviceId": "website",
"serviceName": "OneBookPlus website (subdomain)",
"version": 3,
"syncPubKeyDomain": "onebookplus.com",
"syncRedirectDomain": "onebookplus.com.au",
"description": "Connects a subdomain (e.g. www) to a OneBookPlus website: CNAMEs the chosen host at the OneBookPlus edge and publishes the per-tenant ownership-verification TXT record the OneBookPlus domain wizard checks. Deliberately touches no apex records; apex connects use the separate website-apex template.",
"variableDescription": "VERIFYTOKEN: per-tenant ownership token issued and shown by the OneBookPlus domain wizard.",
"shared": false,
"syncBlock": false,
"hostRequired": true,
"records": [
{
"type": "CNAME",
"host": "@",
"pointsTo": "cname.onebookplus.com",
"ttl": 3600
},
{
"type": "TXT",
"host": "_obp-site-verify",
"data": "obp-site-verify=%VERIFYTOKEN%",
"ttl": 3600,
"txtConflictMatchingMode": "All",
"essential": "OnApply"
}
]
}
Loading