From eff1e00245f96325c7a462c20a72b46db37beacd Mon Sep 17 00:00:00 2001 From: Greenreader9 <75644395+greenreader9@users.noreply.github.com> Date: Sun, 28 Jul 2024 17:09:22 -0500 Subject: [PATCH 1/4] Add files via upload --- tinkerhost.net.th-customDomain.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tinkerhost.net.th-customDomain.json diff --git a/tinkerhost.net.th-customDomain.json b/tinkerhost.net.th-customDomain.json new file mode 100644 index 00000000..39a5351b --- /dev/null +++ b/tinkerhost.net.th-customDomain.json @@ -0,0 +1,28 @@ +{ + "providerId": "tinkerhost.net", + "providerName": "TinkerHost", + "serviceId": "th-customDomain", + "serviceName": "TinkerHost Hosting", + "version": 1, + "syncPubKeyDomain": "domainConnect.tinkerhost.net", + "syncRedirectDomain": "app.tinkerhost.net", + "logoUrl": "https://app.tinkerhost.net/assets/image/th.svg", + "description": "Connects a domain to the TinkerHost hosting network, and configures required DNS entries", + "variableDescription": "ip is the IP address of the hosting server.", + "records": [ + { + "pointsTo": "%ip%", + "type": "A", + "host": "@", + "essential": "Always", + "ttl": 14400 + }, + { + "pointsTo": "%ip%", + "type": "A", + "host": "www", + "essential": "Always", + "ttl": 14400 + } + ] +} From 4acb53bce074e99f5286b533b0b8353ac02ada4a Mon Sep 17 00:00:00 2001 From: Greenreader9 <75644395+greenreader9@users.noreply.github.com> Date: Sun, 28 Jul 2024 17:19:30 -0500 Subject: [PATCH 2/4] Delete tinkerhost.net.th-customDomain.json --- tinkerhost.net.th-customDomain.json | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 tinkerhost.net.th-customDomain.json diff --git a/tinkerhost.net.th-customDomain.json b/tinkerhost.net.th-customDomain.json deleted file mode 100644 index 39a5351b..00000000 --- a/tinkerhost.net.th-customDomain.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "providerId": "tinkerhost.net", - "providerName": "TinkerHost", - "serviceId": "th-customDomain", - "serviceName": "TinkerHost Hosting", - "version": 1, - "syncPubKeyDomain": "domainConnect.tinkerhost.net", - "syncRedirectDomain": "app.tinkerhost.net", - "logoUrl": "https://app.tinkerhost.net/assets/image/th.svg", - "description": "Connects a domain to the TinkerHost hosting network, and configures required DNS entries", - "variableDescription": "ip is the IP address of the hosting server.", - "records": [ - { - "pointsTo": "%ip%", - "type": "A", - "host": "@", - "essential": "Always", - "ttl": 14400 - }, - { - "pointsTo": "%ip%", - "type": "A", - "host": "www", - "essential": "Always", - "ttl": 14400 - } - ] -} From e8513067dafa82cc925fec77ed8631541071f9ed Mon Sep 17 00:00:00 2001 From: Greenreader9 <75644395+greenreader9@users.noreply.github.com> Date: Sun, 28 Jul 2024 17:19:40 -0500 Subject: [PATCH 3/4] Add files via upload --- tinkerhost.net.th-customdomain.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tinkerhost.net.th-customdomain.json diff --git a/tinkerhost.net.th-customdomain.json b/tinkerhost.net.th-customdomain.json new file mode 100644 index 00000000..39a5351b --- /dev/null +++ b/tinkerhost.net.th-customdomain.json @@ -0,0 +1,28 @@ +{ + "providerId": "tinkerhost.net", + "providerName": "TinkerHost", + "serviceId": "th-customDomain", + "serviceName": "TinkerHost Hosting", + "version": 1, + "syncPubKeyDomain": "domainConnect.tinkerhost.net", + "syncRedirectDomain": "app.tinkerhost.net", + "logoUrl": "https://app.tinkerhost.net/assets/image/th.svg", + "description": "Connects a domain to the TinkerHost hosting network, and configures required DNS entries", + "variableDescription": "ip is the IP address of the hosting server.", + "records": [ + { + "pointsTo": "%ip%", + "type": "A", + "host": "@", + "essential": "Always", + "ttl": 14400 + }, + { + "pointsTo": "%ip%", + "type": "A", + "host": "www", + "essential": "Always", + "ttl": 14400 + } + ] +} From c33054d5587b3289f5a241659a0f38cd5f43d0e9 Mon Sep 17 00:00:00 2001 From: Greenreader9 <75644395+greenreader9@users.noreply.github.com> Date: Mon, 29 Jul 2024 07:45:48 -0500 Subject: [PATCH 4/4] Updated hostname ro remove uppercase characters --- tinkerhost.net.th-customdomain.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinkerhost.net.th-customdomain.json b/tinkerhost.net.th-customdomain.json index 39a5351b..4b7fbe3b 100644 --- a/tinkerhost.net.th-customdomain.json +++ b/tinkerhost.net.th-customdomain.json @@ -4,7 +4,7 @@ "serviceId": "th-customDomain", "serviceName": "TinkerHost Hosting", "version": 1, - "syncPubKeyDomain": "domainConnect.tinkerhost.net", + "syncPubKeyDomain": "domainconnect.tinkerhost.net", "syncRedirectDomain": "app.tinkerhost.net", "logoUrl": "https://app.tinkerhost.net/assets/image/th.svg", "description": "Connects a domain to the TinkerHost hosting network, and configures required DNS entries",