Skip to content
Closed
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
32 changes: 32 additions & 0 deletions builtbymagellan.com.websitehosting.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"providerId": "builtbymagellan.com",
"providerName": "Magellan",
"serviceId": "websitehosting",
"serviceName": "Site Web IA Magellan",
"version": 1,
"logoUrl": "https://builtbymagellan.com/logo.svg",
"description": "Connecte automatiquement votre domaine personnalisé à votre site web généré par intelligence artificielle hébergé sur Cloudflare Pages",
"variableDescription": "target: Le nom du projet Cloudflare Pages (ex: projet-abc123.pages.dev)",
"syncBlock": false,
"syncRedirectDomain": "builtbymagellan.com",
"warnPhishing": false,
"hostRequired": false,
"records": [
{
"type": "CNAME",
"host": "@",
"pointsTo": "%target%",
"ttl": 3600,
"groupId": "website",
"essential": "Always"
},
{
"type": "CNAME",
"host": "www",
"pointsTo": "%target%",
"ttl": 3600,
"groupId": "website",
"essential": "Always"
}
]
}
Loading