Skip to content
Merged
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
19 changes: 19 additions & 0 deletions cloudbac.org.customdomain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"providerId": "cloudbac.org",
"providerName": "CloudBac",
"serviceId": "customdomain",
"serviceName": "CloudBac Custom Domain",
"syncPubKeyDomain": "cloudbac.org",
"syncRedirectDomain": "app-sites.cloudbac.com",
"version": 1,
"logoUrl": "https://app-sites.cloudbac.com/cloudbac-symbol.svg",
"description": "Point your domain at your CloudBac website and validate its SSL certificate.",
"variableDescription": "cnametarget - CNAME target for routing traffic to CloudBac; ownervalue - Cloudflare custom hostname ownership token; acmevalue - ACME SSL validation (DCV) token",
"hostRequired": true,
"syncBlock": false,
"records": [
{ "type": "CNAME", "groupId": "cname", "host": "@", "pointsTo": "%cnametarget%", "ttl": 300 },
{ "type": "TXT", "groupId": "ownership", "host": "_cf-custom-hostname", "data": "%ownervalue%", "txtConflictMatchingMode": "All", "ttl": 300 },
{ "type": "TXT", "groupId": "ssl", "host": "_acme-challenge", "data": "%acmevalue%", "txtConflictMatchingMode": "All", "ttl": 300 }
]
}
Loading