mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
175 lines
7.9 KiB
Plaintext
175 lines
7.9 KiB
Plaintext
---
|
|
title: Domain Watchdog
|
|
description: Une plateforme qui utilise RDAP pour collecter et analyser des informations publiques sur les domaines, suivre leur historique et les acheter lorsqu'ils expirent
|
|
template: splash
|
|
hero:
|
|
tagline: Votre compagnon dans la quête de noms de domaines 🔍
|
|
image:
|
|
file: ../../../assets/logo.png
|
|
actions:
|
|
- text: Get started
|
|
link: /fr/features
|
|
icon: right-arrow
|
|
- text: Demo
|
|
link: https://demo.domainwatchdog.eu
|
|
icon: external
|
|
variant: minimal
|
|
---
|
|
|
|
import {CardGrid, Card} from "@astrojs/starlight/components";
|
|
|
|
<script type="application/ld+json" set:html={JSON.stringify(
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@graph": [
|
|
{
|
|
"@type": "WebSite",
|
|
"@id": "https://domainwatchdog.eu/#website",
|
|
"url": "https://domainwatchdog.eu",
|
|
"inLanguage": "fr",
|
|
"name": "Domain Watchdog",
|
|
"description": "Une plateforme qui utilise RDAP pour collecter et analyser des informations publiques sur les domaines, suivre leur historique et les acheter lorsqu'ils expirent.",
|
|
"license": "https://opensource.org/licenses/AGPL-3.0",
|
|
"publisher": { "@id": "https://domainwatchdog.eu/#org" },
|
|
"copyrightHolder": { "@id": "https://maelgangloff.fr#me" }
|
|
},
|
|
{
|
|
"@type": "WebApplication",
|
|
"@id": "https://github.com/maelgangloff/domain-watchdog/#app",
|
|
"name": "Domain Watchdog",
|
|
"inLanguage": "fr",
|
|
"softwareVersion": "1.3.4",
|
|
"headline": "Votre compagnon dans la quête de noms de domaines 🔍",
|
|
"description": "Une plateforme qui utilise RDAP pour collecter et analyser des informations publiques sur les domaines, suivre leur historique et les acheter lorsqu'ils expirent.",
|
|
"url": "https://domainwatchdog.eu",
|
|
"sameAs": [
|
|
"https://github.com/maelgangloff/domain-watchdog"
|
|
],
|
|
"image": {
|
|
"@type": "ImageObject",
|
|
"url": "https://domainwatchdog.eu/logo.png",
|
|
"caption": "Domain Watchdog Logo"
|
|
},
|
|
"applicationCategory": "UtilitiesApplication",
|
|
"applicationSubCategory": "Domain Monitoring",
|
|
"operatingSystem": [
|
|
"Linux",
|
|
"Windows",
|
|
"macOS"
|
|
],
|
|
"softwareRequirements": [
|
|
"PHP >= 8.4",
|
|
"Composer",
|
|
"Node.js"
|
|
],
|
|
"datePublished": "2023-10-01",
|
|
"featureList": "https://domainwatchdog.eu/fr/features/",
|
|
"license": "https://opensource.org/licenses/AGPL-3.0",
|
|
"keywords": "RDAP, WHOIS, Suivi de domaines, Cybersécurité, Self-hosted, PHP, Open Source",
|
|
"isAccessibleForFree": true,
|
|
"offers": {
|
|
"@type": "Offer",
|
|
"price": 0,
|
|
"availability": "https://schema.org/InStock"
|
|
},
|
|
"creator": { "@id": "https://maelgangloff.fr#me" },
|
|
"author": { "@id": "https://maelgangloff.fr#me" },
|
|
"maintainer": { "@id": "https://maelgangloff.fr#me" },
|
|
"downloadUrl": "https://domainwatchdog.eu/fr/install-config/install/docker-compose/",
|
|
"mainEntityOfPage": { "@id": "https://domainwatchdog.eu/#website" },
|
|
"interactionStatistic": {
|
|
"@type": "InteractionCounter",
|
|
"interactionType": "https://schema.org/LikeAction",
|
|
"userInteractionCount": 261
|
|
},
|
|
"potentialAction": {
|
|
"@type": "DownloadAction",
|
|
"target": "https://domainwatchdog.eu/fr/install-config/install/docker-compose/"
|
|
}
|
|
},
|
|
{
|
|
"@type": "SoftwareSourceCode",
|
|
"@id": "https://github.com/maelgangloff/domain-watchdog/#source",
|
|
"name": "Domain Watchdog Source Code",
|
|
"codeRepository": "https://github.com/maelgangloff/domain-watchdog",
|
|
"codeSampleType": "full",
|
|
"datePublished": "2023-10-01",
|
|
"programmingLanguage": [
|
|
{
|
|
"@type": "ComputerLanguage",
|
|
"name": "PHP"
|
|
},
|
|
{
|
|
"@type": "ComputerLanguage",
|
|
"name": "TypeScript"
|
|
}
|
|
],
|
|
"runtimePlatform": "PHP",
|
|
"license": "https://opensource.org/licenses/AGPL-3.0",
|
|
"targetProduct": { "@id": "https://github.com/maelgangloff/domain-watchdog/#app" },
|
|
"author": { "@id": "https://maelgangloff.fr#me" },
|
|
"mainEntityOfPage": { "@id": "https://domainwatchdog.eu/#website" }
|
|
},
|
|
{
|
|
"@type": "Organization",
|
|
"@id": "https://domainwatchdog.eu/#org",
|
|
"name": "Domain Watchdog",
|
|
"url": "https://domainwatchdog.eu",
|
|
"logo": "https://domainwatchdog.eu/logo.png",
|
|
"founder": { "@id": "https://maelgangloff.fr#me" },
|
|
"contactPoint": {
|
|
"@type": "ContactPoint",
|
|
"contactType": "support",
|
|
"email": "contact@domainwatchdog.eu"
|
|
},
|
|
"sameAs": [
|
|
"https://github.com/maelgangloff/domain-watchdog"
|
|
]
|
|
},
|
|
{
|
|
"@type": "Person",
|
|
"@id": "https://maelgangloff.fr#me",
|
|
"name": "Maël Gangloff",
|
|
"url": "https://maelgangloff.fr",
|
|
"sameAs": [
|
|
"https://maelgangloff.fr",
|
|
"https://github.com/maelgangloff",
|
|
"https://www.linkedin.com/in/maelgangloff"
|
|
],
|
|
"subjectOf": [
|
|
{ "@id": "https://github.com/maelgangloff/domain-watchdog/#app" },
|
|
{ "@id": "https://github.com/maelgangloff/domain-watchdog/#source" }
|
|
]
|
|
}
|
|
]
|
|
}
|
|
)}/>
|
|
|
|
## Features
|
|
|
|
<CardGrid>
|
|
<Card title="Recherche RDAP (WHOIS)" icon="magnifier">
|
|
Obtenez des détails sur les domaines, bureaux d'enregistrement (registrar) et entités via des recherches RDAP, le remplaçant du protocole WHOIS.
|
|
</Card>
|
|
|
|
<Card title="Backorder Automatisé de Domaines" icon="puzzle">
|
|
Créez des Connecteurs pour tenter automatiquement l'enregistrement d'un domaine lorsqu'il est supprimé de la base WHOIS et redevient disponible.
|
|
</Card>
|
|
|
|
<Card title="Surveillance de Domaines & Alertes" icon="email">
|
|
Surveillez les changements de statut des domaines via des Watchlists et recevez des notifications par e-mail ou via des webhooks comme Slack, Mattermost ou Discord.
|
|
</Card>
|
|
|
|
<Card title="Historique Chronologique" icon="seti:clock">
|
|
Explorez l'historique complet du cycle de vie basé sur les données RDAP, incluant la création, les modifications, les renouvellements, les transferts et la suppression finale.
|
|
</Card>
|
|
|
|
<Card title="Prévision des Suppressions" icon="rocket">
|
|
Visualisez les dates de suppression estimées et suivez vos domaines, triés par date de suppression prévue, pour anticiper leur disponibilité.
|
|
</Card>
|
|
|
|
<Card title="Open-Source & Auto-hébergé" icon="seti:license">
|
|
Un projet transparent et entièrement open-source que vous pouvez héberger vous-même pour gérer la surveillance de domaines, les informations RDAP et gérer vos automatisations.
|
|
</Card>
|
|
</CardGrid>
|