mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
docs: update documentation
This commit is contained in:
parent
0a8a6a1535
commit
feda0d8e8e
@ -16,6 +16,8 @@ hero:
|
|||||||
variant: minimal
|
variant: minimal
|
||||||
---
|
---
|
||||||
|
|
||||||
|
import {CardGrid, Card} from "@astrojs/starlight/components";
|
||||||
|
|
||||||
<script type="application/ld+json" set:html={JSON.stringify(
|
<script type="application/ld+json" set:html={JSON.stringify(
|
||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
@ -142,3 +144,31 @@ hero:
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
)}/>
|
)}/>
|
||||||
|
|
||||||
|
## 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>
|
||||||
|
|||||||
@ -16,6 +16,8 @@ hero:
|
|||||||
variant: minimal
|
variant: minimal
|
||||||
---
|
---
|
||||||
|
|
||||||
|
import {CardGrid, Card} from "@astrojs/starlight/components";
|
||||||
|
|
||||||
<script type="application/ld+json" set:html={JSON.stringify(
|
<script type="application/ld+json" set:html={JSON.stringify(
|
||||||
{
|
{
|
||||||
"@context": "https://schema.org",
|
"@context": "https://schema.org",
|
||||||
@ -142,3 +144,31 @@ hero:
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
)}/>
|
)}/>
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
<CardGrid>
|
||||||
|
<Card title="RDAP Search (WHOIS)" icon="magnifier">
|
||||||
|
Retrieve accurate domain, registrar, and entity details through structured RDAP lookups, the modern replacement for classic WHOIS queries.
|
||||||
|
</Card>
|
||||||
|
|
||||||
|
<Card title="Automated Domain Backordering" icon="puzzle">
|
||||||
|
Create triggers to automatically attempt domain registration when a domain enters its deletion phase or becomes available again.
|
||||||
|
</Card>
|
||||||
|
|
||||||
|
<Card title="Domain Monitoring & Alerts" icon="email">
|
||||||
|
Monitor domain status changes through customizable Watchlists and receive notifications by email or via webhooks like Slack, Mattermost, or Discord.
|
||||||
|
</Card>
|
||||||
|
|
||||||
|
<Card title="Historical Domain Timeline" icon="seti:clock">
|
||||||
|
Explore a complete lifecycle history based on RDAP data, including creation events, changes, renewals, transfers, and final deletion.
|
||||||
|
</Card>
|
||||||
|
|
||||||
|
<Card title="Deletion Forecasting" icon="rocket">
|
||||||
|
Visualize estimated deletion dates and track monitored domains ordered by their expected drop window to anticipate availability.
|
||||||
|
</Card>
|
||||||
|
|
||||||
|
<Card title="Open-Source & Self-Hosted" icon="seti:license">
|
||||||
|
A transparent, fully open-source project that you can host yourself to manage domain monitoring, RDAP insights, and automated workflows.
|
||||||
|
</Card>
|
||||||
|
</CardGrid>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user