From 8e216878004b79d8e029d72f42afcf880287ed4b Mon Sep 17 00:00:00 2001 From: travelpro85 <62023957+travelpro85@users.noreply.github.com> Date: Sun, 12 Jul 2026 09:34:59 +0200 Subject: [PATCH 1/3] Add auridigital.com.hostname.json (website/funnel CNAME) --- auridigital.com.hostname.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 auridigital.com.hostname.json diff --git a/auridigital.com.hostname.json b/auridigital.com.hostname.json new file mode 100644 index 00000000..6397b93e --- /dev/null +++ b/auridigital.com.hostname.json @@ -0,0 +1,21 @@ +{ + "providerId": "auridigital.com", + "providerName": "Auri Digital", + "serviceId": "hostname", + "serviceName": "Auri Digital Website", + "version": 1, + "logoUrl": "https://auridigital.com/logo.png", + "description": "Points your domain at your Auri Digital website or funnel. SSL is issued automatically once connected.", + "variableDescription": "No variables \u2014 the record target is fixed. The host parameter selects the subdomain to connect.", + "syncRedirectDomain": "crm.auridigital.com", + "syncBlock": false, + "records": [ + { + "type": "CNAME", + "host": "@", + "pointsTo": "sites.aurisend.com", + "ttl": 3600 + } + ], + "hostRequired": true +} From 355dc9e89bf3848648d5903612bcf9eac7a4cc70 Mon Sep 17 00:00:00 2001 From: travelpro85 <62023957+travelpro85@users.noreply.github.com> Date: Sun, 12 Jul 2026 09:37:28 +0200 Subject: [PATCH 2/3] Sync template to editor-validated content --- auridigital.com.hostname.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auridigital.com.hostname.json b/auridigital.com.hostname.json index 6397b93e..eb27547f 100644 --- a/auridigital.com.hostname.json +++ b/auridigital.com.hostname.json @@ -6,7 +6,7 @@ "version": 1, "logoUrl": "https://auridigital.com/logo.png", "description": "Points your domain at your Auri Digital website or funnel. SSL is issued automatically once connected.", - "variableDescription": "No variables \u2014 the record target is fixed. The host parameter selects the subdomain to connect.", + "variableDescription": "No variables - the record target is fixed. The host parameter selects the subdomain to connect.", "syncRedirectDomain": "crm.auridigital.com", "syncBlock": false, "records": [ From 23c0d82ae0895932b7ee5bc40faaa89efcc1916c Mon Sep 17 00:00:00 2001 From: travelpro85 Date: Sun, 12 Jul 2026 11:41:01 +0200 Subject: [PATCH 3/3] Sign hostname template (syncPubKeyDomain dcsig.aurisend.com) for Cloudflare onboarding --- auridigital.com.hostname.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/auridigital.com.hostname.json b/auridigital.com.hostname.json index eb27547f..b90e162e 100644 --- a/auridigital.com.hostname.json +++ b/auridigital.com.hostname.json @@ -8,6 +8,7 @@ "description": "Points your domain at your Auri Digital website or funnel. SSL is issued automatically once connected.", "variableDescription": "No variables - the record target is fixed. The host parameter selects the subdomain to connect.", "syncRedirectDomain": "crm.auridigital.com", + "syncPubKeyDomain": "dcsig.aurisend.com", "syncBlock": false, "records": [ { @@ -18,4 +19,4 @@ } ], "hostRequired": true -} +} \ No newline at end of file