Skip to content

Commit

Permalink
Merge branch 'master' into Entri-Templates
Browse files Browse the repository at this point in the history
  • Loading branch information
evelyndearaujo-goentri authored Aug 8, 2023
2 parents becf526 + 6d08e26 commit 7593cf0
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 4 deletions.
8 changes: 4 additions & 4 deletions goentri.com.mixo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"providerName": "Entri",
"serviceId": "mixo",
"serviceName": "Mixo",
"version": 4,
"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_txt is the host for each TXT record,txt is 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": [
{
Expand Down Expand Up @@ -42,12 +42,12 @@
"type": "TXT",
"host": "%hosttxt3%",
"groupId": "a3",
"data": "%txt2%",
"data": "%txt3%",
"ttl": 3600
},
{
"type": "CNAME",
"host": "%hostcname%",
"host": "%hostcname3%",
"groupId": "a3",
"pointsTo": "%valuecname3%",
"ttl": 3600
Expand Down
43 changes: 43 additions & 0 deletions goentri.com.supertape.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"providerId": "goentri.com",
"providerName": "Entri",
"serviceId": "supertape",
"serviceName": "Supertape",
"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": "subdomain is the subdomain user is creating and subdomainPointsTo is to where this subdomain is pointed, hostValidation is the host for the domain validation and txtData is the validation key",
"sharedProviderName": true,
"hostRequired": false,
"records": [
{
"type": "CNAME",
"host": "www",
"pointsTo": "%subdomainPointsTo1%",
"groupId": "a1",
"ttl": 3600
},
{
"type": "REDIR301",
"target": "%target%",
"groupId": "a1",
"host": "@"
},
{
"type": "CNAME",
"host": "%subdomain%",
"pointsTo": "%subdomainPointsTo2%",
"groupId": "a2",
"ttl": 3600
},
{
"type": "TXT",
"host": "%hostValidation%",
"data": "%txtData%",
"groupId": "a3",
"ttl": 3600
}
]
}

0 comments on commit 7593cf0

Please sign in to comment.