forked from Domain-Connect/Templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappnest.ing.appnest.json
More file actions
21 lines (21 loc) · 892 Bytes
/
Copy pathappnest.ing.appnest.json
File metadata and controls
21 lines (21 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"providerId": "appnest.ing",
"providerName": "AppNest",
"serviceId": "appnest",
"serviceName": "AppNest app",
"version": 1,
"logoUrl": "https://appnest.ing/favicon.svg",
"description": "Serves an app built on AppNest (appnest.ing) at the user's subdomain. One CNAME to AppNest's Cloudflare-for-SaaS fallback origin; the TLS certificate is issued automatically via HTTP domain-control validation once the record resolves. Removing the CNAME detaches the subdomain from AppNest.",
"variableDescription": "This template uses no custom variables. The standard domain and host parameters select the subdomain the CNAME is written for.",
"syncPubKeyDomain": "appnest.ing",
"syncRedirectDomain": "dashboard.appnest.ing",
"hostRequired": true,
"records": [
{
"type": "CNAME",
"host": "@",
"pointsTo": "cname.appnest.ing",
"ttl": 3600
}
]
}