Add website hosting configuration for Magellan#718
Add website hosting configuration for Magellan#718BaptisteLam wants to merge 3 commits intoDomain-Connect:masterfrom
Conversation
|
Linter OK: |
|
Please fill in the PR template description properly including all checklists. |
….website.json fix: rename to website.json and update syncRedirectDomain to string
DescriptionThis PR adds a Domain Connect template for Magellan, a no-code website builder SaaS. The template enables one-click custom domain configuration by automatically setting up the required DNS records (A and CNAME) to point to Magellan's hosting infrastructure. Service Provider Information
Template PurposeThis template enables users to connect their custom domains to Magellan-hosted websites with a single click. Magellan is a no-code website builder that allows users to create and deploy professional websites. The template automatically configures:
DNS Records Added
Verification
TestingReady for testing with domains hosted at:
Type of change
How Has This Been Tested?
Checklist of common problems of issues
Example variable valuesNo variables are used in this template. All DNS records are statically defined with fixed values. Test data for Online Editor verification:{
"testData": {
"default": {
"variables": {
"domain": "example.com"
},
"results": [
{
"type": "A",
"name": "@",
"ttl": 3600,
"data": "185.158.133.1"
},
{
"type": "CNAME",
"name": "www",
"ttl": 3600,
"data": "proxy.builtbymagellan.com"
}
]
}
}
}Additional Notes
|
|
Description in the last comment is fine, but actually you need to update the first comment/PR description which goes then into merge commit comment. |
|
How long does GoDaddy typically take to synchronize approved Domain Connect templates? @pawel-kow |
|
@ysuniltechovarya I can't provide information about DNS provider's process. |
Description
<-- short description of the template(s) and/or reason for update -->
markdown
Service Provider Information
Template Purpose
This template enables users to connect their custom domains to Magellan-hosted websites with a single click. Magellan is a no-code website builder that allows users to create and deploy professional websites.
DNS Records Added
Verification
_domainconnect-verification.builtbymagellan.comadded/.well-known/domain-connect/Testing
Ready for testing with domains hosted at:
var1: aaa
var2: foo.com
"testData": {
"testset": {
"variables": {
"domain": "example.com",
"host": "foo",
"example": "bar"
},
"results": [
{
"type": "TXT",
"name": "foo",
"ttl": 86400,
"data": ""bar""
}
]
}
}