diff --git a/nextunesolutions.com.cloud-application-domain.json b/nextunesolutions.com.cloud-application-domain.json new file mode 100644 index 00000000..808f1ba2 --- /dev/null +++ b/nextunesolutions.com.cloud-application-domain.json @@ -0,0 +1,32 @@ +{ + "providerId": "nextunesolutions.com", + "providerName": "Nextune Solutions", + "serviceId": "cloud-application-domain", + "serviceName": "Nextune Cloud Application Domain", + "version": 3, + "logoUrl": "https://www.nextunesolutions.com/logo.png", + "description": "Connect a custom domain to a Nextune Cloud application.", + "variableDescription": "target is the CNAME endpoint. verifyHost is the TXT record host for ownership verification. verification is the verification token.", + "syncBlock": false, + "syncPubKeyDomain": "nextunesolutions.com", + "syncRedirectDomain": "www.nextunesolutions.com", + "hostRequired": true, + "records": [ + { + "type": "CNAME", + "groupId": "cname", + "host": "@", + "pointsTo": "%target%", + "ttl": 3600 + }, + { + "type": "TXT", + "groupId": "verification", + "host": "%verifyHost%", + "ttl": 3600, + "data": "nextuneapps-txt-verification=%verification%", + "txtConflictMatchingMode": "Prefix", + "txtConflictMatchingPrefix": "nextuneapps-txt-verification=" + } + ] +}