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
36 changes: 36 additions & 0 deletions enwella.com.clinic-website.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"providerId": "enwella.com",
"providerName": "Enwella",
"serviceId": "clinic-website",
"serviceName": "Enwella Website",
"version": 1,
"logoUrl": "https://enwella.com/icon.png",
"description": "Connect your domain to your Enwella-hosted clinic website.",
"variableDescription": "Points your domain (apex + www) at Enwella and verifies ownership so we can issue an SSL certificate for it.",
"syncBlock": false,
"hostRequired": false,
"syncPubKeyDomain": "enwella.com",
"records": [
{
"type": "TXT",
"groupId": "verify",
"host": "_enwella-verify",
"data": "%token%",
"ttl": 3600
},
{
"type": "CNAME",
"groupId": "www",
"host": "www",
"pointsTo": "%slug%.enwella.com",
"ttl": 3600
},
{
"type": "A",
"groupId": "apex",
"host": "@",
"pointsTo": "35.192.12.29",
"ttl": 3600
}
]
}
Loading