Skip to content

Commit 406f226

Browse files
OPA! Connect, 2 templates
Add OPA! Connect storefront custom-domain templates: - opalinkapp.com.storefront-subdomain.json (CNAME @ -> cname.vercel-dns.com, hostRequired) - opalinkapp.com.storefront-apex.json (A @ -> 76.76.21.21) Both signed (syncPubKeyDomain: opalinkapp.com, RS256).
1 parent 03d9a07 commit 406f226

2 files changed

Lines changed: 37 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"providerId": "opalinkapp.com",
3+
"providerName": "OPA! Connect",
4+
"serviceId": "storefront-apex",
5+
"serviceName": "OPA! Connect storefront (root domain)",
6+
"version": 1,
7+
"syncPubKeyDomain": "opalinkapp.com",
8+
"description": "Point your root domain (e.g. yourbrand.com) at your OPA! Connect storefront.",
9+
"variableDescription": "Connects your root domain to your OPA! Connect store via an A record.",
10+
"records": [
11+
{
12+
"type": "A",
13+
"host": "@",
14+
"pointsTo": "76.76.21.21",
15+
"ttl": 3600
16+
}
17+
]
18+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"providerId": "opalinkapp.com",
3+
"providerName": "OPA! Connect",
4+
"serviceId": "storefront-subdomain",
5+
"serviceName": "OPA! Connect storefront (subdomain)",
6+
"version": 1,
7+
"syncPubKeyDomain": "opalinkapp.com",
8+
"description": "Point a subdomain (e.g. shop.yourbrand.com) at your OPA! Connect storefront.",
9+
"variableDescription": "Connects the chosen subdomain to your OPA! Connect store via a CNAME.",
10+
"hostRequired": true,
11+
"records": [
12+
{
13+
"type": "CNAME",
14+
"host": "@",
15+
"pointsTo": "cname.vercel-dns.com",
16+
"ttl": 3600
17+
}
18+
]
19+
}

0 commit comments

Comments
 (0)