Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions nextunesolutions.com.cloud-application-domain.json
Original file line number Diff line number Diff line change
@@ -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="
}
]
}
Loading