Skip to content

Commit

Permalink
Merge branch 'master' into entri/webflow-template
Browse files Browse the repository at this point in the history
  • Loading branch information
evelyndearaujo-goentri authored Aug 12, 2023
2 parents b6716f5 + 5529f1b commit 9cf8f10
Show file tree
Hide file tree
Showing 28 changed files with 712 additions and 512 deletions.
36 changes: 36 additions & 0 deletions goentri.com.bigcartel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "bigcartel",
"serviceName": "Bigcartel",
"version": 1,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up dkim record using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"variableDescription": "subdomain is the subdomain the user will create, webSitePointsTo is to where the www subdomain is pointed ",
"sharedProviderName": true,
"hostRequired": false,
"records": [
{
"type": "CNAME",
"host": "www",
"pointsTo": "%webSitePointsTo%",
"groupId": "a1",
"ttl": 3600
},
{
"groupId": "a1",
"type": "REDIR301",
"target": "%target%",
"host": "@"
},
{
"type": "CNAME",
"host": "%subdomain%",
"groupId": "a2",
"pointsTo": "%webSitePointsTo%",
"ttl": 3600
}
]
}
27 changes: 27 additions & 0 deletions goentri.com.clickmax.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "clickmax",
"serviceName": "ClickMax",
"version": 2,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up dkim record using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"variableDescription": "cnamePointsTo is the URL to where the subdomain is pointed ",
"sharedProviderName": true,
"hostRequired": false,
"records": [
{
"type": "CNAME",
"host": "www",
"pointsTo": "%cnamePointsTo%",
"ttl": 3600
},
{
"type": "REDIR301",
"target": "%target%",
"host": "@"
}
]
}
11 changes: 9 additions & 2 deletions goentri.com.gamma.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"providerName": "Entri",
"serviceId": "gamma",
"serviceName": "Gamma",
"version": 1,
"version": 2,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up dkim record using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"variableDescription": "primaryIp is the IP, cnamehost is the host for the CNAME and cnamePointsTo is the URL to where the subdomain is pointed ",
"variableDescription": "primaryIp and primaryIp2 are the IP, cnamehost is the host for the CNAME and cnamePointsTo is the URL to where the subdomain is pointed ",
"sharedProviderName": true,
"hostRequired": false,
"records": [
Expand All @@ -18,6 +18,13 @@
"groupId": "a1",
"pointsTo": "%primaryIp%",
"ttl": 3600
},
{
"type": "A",
"host": "@",
"groupId": "a1",
"pointsTo": "%primaryIp2%",
"ttl": 3600
},
{
"type": "CNAME",
Expand Down
23 changes: 23 additions & 0 deletions goentri.com.hotmart-subdomains.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "hotmart-subdomains",
"serviceName": "Hotmart Subdomains",
"version": 1,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up dkim record using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"variableDescription": "cnamePointsTo is the URL to where the subdomain is pointed",
"sharedProviderName": true,
"hostRequired": false,
"records": [

{
"type": "CNAME",
"host": "www",
"pointsTo": "%cnamePointsTo%",
"ttl": 3600
}
]
}
28 changes: 28 additions & 0 deletions goentri.com.hotmart.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "hotmart",
"serviceName": "Hotmart",
"version": 1,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up dkim record using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"variableDescription": "primaryIp is the IP, cnamehost is the host for the CNAME and cnamePointsTo is the URL to where the subdomain is pointed ",
"sharedProviderName": true,
"hostRequired": false,
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "%primaryIp%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "www",
"pointsTo": "%cnamePointsTo%",
"ttl": 3600
}
]
}
41 changes: 41 additions & 0 deletions goentri.com.housecallpro.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "housecallpro",
"serviceName": "Housecallpro",
"version": 1,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up domain using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"sharedProviderName": true,
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "104.198.14.52",
"groupId": "a1",
"ttl": 3600
},
{
"type": "CNAME",
"host": "www",
"pointsTo": "housecallpro.netlifyglobalcdn.com",
"groupId": "a1",
"ttl": 3600
},
{
"type": "REDIR301",
"target": "%target%",
"host": "@",
"groupId": "a2"
},
{
"type": "CNAME",
"host": "www",
"pointsTo": "housecallpro.netlifyglobalcdn.com",
"groupId": "a2",
"ttl": 3600
}
]
}
40 changes: 29 additions & 11 deletions goentri.com.mixo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,54 @@
"providerName": "Entri",
"serviceId": "mixo",
"serviceName": "Mixo",
"version": 2,
"version": 5,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up domain using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com,app.goentri.com",
"variableDescription": "host_txt1 and ost_txt2 are the host for each TXT record,txt1 and txt2 are the value for TXT record, host_cname is the host for the CNAME record and value_cname is the value to point CNAME",
"variableDescription":"hosttxt is the host for each TXT record,txt is the value for TXT record, hostcname is the host for the CNAME record and valuecname is the value to point CNAME",
"sharedProviderName": true,
"records": [
{
"type": "TXT",
"host": "%host_txt1%",
"host": "%hosttxt1%",
"groupId": "a1",
"data": "%txt1%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%hostcname1%",
"groupId": "a1",
"pointsTo": "%valuecname1%",
"ttl": 3600
},
{
"type": "REDIR301",
"target": "%target%",
"groupId": "a1",
"host": "@"
},
{
"type": "TXT",
"host": "%host_txt2%",
"host": "%hosttxt2%",
"groupId": "a2",
"data": "%txt2%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%host_cname%",
"pointsTo": "%value_cname%",
"type": "TXT",
"host": "%hosttxt3%",
"groupId": "a3",
"data": "%txt3%",
"ttl": 3600
},
{
"type": "REDIR301",
"target": "%target%",
"host": "@"
"type": "CNAME",
"host": "%hostcname3%",
"groupId": "a3",
"pointsTo": "%valuecname3%",
"ttl": 3600
}
]
}
}
52 changes: 52 additions & 0 deletions goentri.com.neo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "neo",
"serviceName": "Neo",
"version": 2,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows the user to easily set up domain using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com",
"variableDescription": "domainkeyHost is the Dkim host and keyValue is the dkim value, mxPointsto is to where the email is pointed, domainVerifcation is the domain verification value",
"sharedProviderName": true,
"hostRequired": false,
"records": [
{
"type": "TXT",
"host": "%domainkeyHost%",
"data": "%keyValue%",
"groupId": "a1",
"ttl": 3600
},
{
"type": "MX",
"host": "@",
"pointsTo": "%mxPointsto1%",
"groupId": "a2",
"priority": 10,
"ttl": 3600
},
{
"type": "MX",
"host": "@",
"pointsTo": "%mxPointsto2%",
"groupId": "a2",
"priority": 20,
"ttl": 3600
},
{
"type": "SPFM",
"host": "@",
"spfRules": "include:spf0001.neo.space",
"groupId": "a3"
},
{
"type": "TXT",
"host": "@",
"groupId": "a4",
"data": "%domainVerification%",
"ttl": 3600
}
]
}
12 changes: 10 additions & 2 deletions goentri.com.pitchlane.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,27 @@
"providerName": "Entri",
"serviceId": "pitchlane",
"serviceName": "Pitchlane",
"version": 1,
"version": 2,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up domain using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com, app.goentri.com",
"variableDescription":"ip is to where A record is pointed",
"variableDescription":"ip is to where A record is pointed, verificationValue is the TXT key and txtHost is the TXT host",
"sharedProviderName": true,
"records": [
{
"type":"A",
"host":"@",
"groupId": "a1",
"pointsTo":"%ip%",
"ttl": 600
},
{
"type": "TXT",
"host": "%txtHost%",
"groupId": "a2",
"data": "%verificationValue%",
"ttl": 3600
}
]
}
12 changes: 10 additions & 2 deletions goentri.com.pitchlane_subdomains.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,28 @@
"providerName": "Entri",
"serviceId": "pitchlane_subdomains",
"serviceName": "PitchlaneSubdomains",
"version": 1,
"version": 2,
"logoUrl": "https://cdn.goentri.com/logo.svg",
"description": "Allows user to easily set up domain using Entri",
"syncPubKeyDomain": "goentri.com",
"syncRedirectDomain": "api.goentri.com, goentri.com, entri.com, app.entri.com, app.goentri.com",
"variableDescription":"cnamePointsto is to where the subdodoain is pointed",
"variableDescription":"cnamePointsto is to where the subdodoain is pointed, verificationValue is the TXT key and txtHost is the TXT host",
"hostRequired": true,
"sharedProviderName": true,
"records": [
{
"type":"CNAME",
"host":"@",
"groupId": "a1",
"pointsTo":"%cnamePointsto%",
"ttl": 600
},
{
"type": "TXT",
"host": "%txtHost%",
"groupId": "a2",
"data": "%verificationValue%",
"ttl": 3600
}
]
}
Loading

0 comments on commit 9cf8f10

Please sign in to comment.