Skip to content
Merged
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
27 changes: 27 additions & 0 deletions ezdomain.app.bubble-hosting.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"providerId": "ezdomain.app",
"providerName": "EZDomain",
"serviceId": "bubble-hosting",
"serviceName": "Bubble.io Custom Domain",
"version": 1,
"logoUrl": "https://ezdomain.io/logo.png",
"description": "Configure DNS records to connect your custom domain to a Bubble.io application.",
"variableDescription": "IP is the Bubble A record IP. CNAME is your Bubble app subdomain (e.g. myapp.bubbleapps.io).",
"syncPubKeyDomain": "ezdomain.io",
"syncRedirectDomain": "ezdomain.io",
"hostRequired": false,
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "%IP%",
"ttl": 600
},
{
"type": "CNAME",
"host": "www",
"pointsTo": "%CNAME%",
"ttl": 600
}
]
}