From b7a4f55efb9cf93bc2600b2d8bca36a3e7e2307a Mon Sep 17 00:00:00 2001 From: BrokerFold Date: Mon, 13 Jul 2026 20:38:17 -0700 Subject: [PATCH] Add brokerfold.com.website template --- brokerfold.com.website.json | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 brokerfold.com.website.json diff --git a/brokerfold.com.website.json b/brokerfold.com.website.json new file mode 100644 index 00000000..694b50a1 --- /dev/null +++ b/brokerfold.com.website.json @@ -0,0 +1,38 @@ +{ + "providerId": "brokerfold.com", + "providerName": "BrokerFold", + "serviceId": "website", + "serviceName": "BrokerFold website", + "version": 1, + "logoUrl": "https://www.brokerfold.com/brokerfold-logo.svg", + "description": "Connects your domain to your BrokerFold real-estate website. Your site serves on www; verification uses a per-connection ownership token.", + "variableDescription": "ownershiptxt: per-connection hostname-ownership token for www. (Cloudflare custom-hostname pre-validation). apexownershiptxt: ownership token for the bare domain — only requested by support-assisted migrations via groupId=apexverify.", + "syncPubKeyDomain": "brokerfold.com", + "syncRedirectDomain": "brokerfold.com", + "hostRequired": false, + "records": [ + { + "groupId": "connect", + "type": "CNAME", + "host": "www", + "pointsTo": "domains.brokerfold.com", + "ttl": 3600 + }, + { + "groupId": "connect", + "type": "TXT", + "host": "_cf-custom-hostname.www", + "data": "%ownershiptxt%", + "ttl": 3600, + "txtConflictMatchingMode": "All" + }, + { + "groupId": "apexverify", + "type": "TXT", + "host": "_cf-custom-hostname", + "data": "%apexownershiptxt%", + "ttl": 3600, + "txtConflictMatchingMode": "All" + } + ] +}