From f1b4afbe9c2d59dfef94158ea493fc179db89d59 Mon Sep 17 00:00:00 2001 From: refynit Date: Sat, 4 Jul 2026 01:42:41 +0200 Subject: [PATCH] Add refyning.ai.sites template --- refyning.ai.sites.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 refyning.ai.sites.json diff --git a/refyning.ai.sites.json b/refyning.ai.sites.json new file mode 100644 index 00000000..7ec8388f --- /dev/null +++ b/refyning.ai.sites.json @@ -0,0 +1,18 @@ +{ + "providerId": "refyning.ai", + "providerName": "Refyning", + "serviceId": "sites", + "serviceName": "Refyning Sites", + "version": 1, + "logoUrl": "https://refyning.ai/favicon.svg", + "description": "Connects your domain to your site hosted on Refyning (www CNAME).", + "syncPubKeyDomain": "refyning.ai", + "records": [ + { + "type": "CNAME", + "host": "www", + "pointsTo": "sites.refyning.ai", + "ttl": 3600 + } + ] +}