docs: update documentation

This commit is contained in:
Maël Gangloff
2025-11-22 11:12:44 +01:00
parent 93ca319aa8
commit db43b1349a
2 changed files with 51 additions and 45 deletions

View File

@@ -1,18 +0,0 @@
---
title: Domain Watchdog
description: An app that uses RDAP to collect publicly available info about domains, track their history, and purchase then when they expire
template: splash
hero:
tagline: Your companion in the quest for domain names 🔍
image:
file: ../../../assets/logo.png
actions:
- text: Get started
link: /en/features
icon: right-arrow
- text: Demo
link: https://demo.domainwatchdog.eu
icon: external
variant: minimal
---

View File

@@ -24,20 +24,18 @@ hero:
"@type": "WebSite", "@type": "WebSite",
"@id": "https://domainwatchdog.eu/#website", "@id": "https://domainwatchdog.eu/#website",
"url": "https://domainwatchdog.eu", "url": "https://domainwatchdog.eu",
"inLanguage": "en",
"name": "Domain Watchdog", "name": "Domain Watchdog",
"description": "An open-source app to monitor domain names via RDAP, track history, and catch expiring domains.", "description": "An open-source app to monitor domain names via RDAP, track history, and catch expiring domains.",
"license": "https://opensource.org/licenses/AGPL-3.0", "license": "https://opensource.org/licenses/AGPL-3.0",
"publisher": { "publisher": { "@id": "https://domainwatchdog.eu/#org" },
"@id": "https://maelgangloff.fr#me" "copyrightHolder": { "@id": "https://maelgangloff.fr#me" }
},
"copyrightHolder": {
"@id": "https://maelgangloff.fr#me"
}
}, },
{ {
"@type": "WebApplication", "@type": "WebApplication",
"@id": "https://github.com/maelgangloff/domain-watchdog/#app", "@id": "https://github.com/maelgangloff/domain-watchdog/#app",
"name": "Domain Watchdog", "name": "Domain Watchdog",
"inLanguage": "en",
"headline": "Monitor domain names expiration and history via RDAP", "headline": "Monitor domain names expiration and history via RDAP",
"description": "Self-hosted application for monitoring domain names, tracking RDAP history, and managing expiration alerts.", "description": "Self-hosted application for monitoring domain names, tracking RDAP history, and managing expiration alerts.",
"url": "https://domainwatchdog.eu", "url": "https://domainwatchdog.eu",
@@ -51,8 +49,17 @@ hero:
}, },
"applicationCategory": "UtilitiesApplication", "applicationCategory": "UtilitiesApplication",
"applicationSubCategory": "Domain Monitoring", "applicationSubCategory": "Domain Monitoring",
"operatingSystem": "Linux, Windows, macOS (via Docker or PHP 8.4+)", "operatingSystem": [
"softwareRequirements": "PHP 8.4+, PHP, Composer, Node.js", "Linux",
"Windows",
"macOS"
],
"softwareRequirements": [
"PHP >= 8.4",
"Composer",
"Node.js"
],
"datePublished": "2023-10-01",
"featureList": "https://domainwatchdog.eu/en/features/", "featureList": "https://domainwatchdog.eu/en/features/",
"license": "https://opensource.org/licenses/AGPL-3.0", "license": "https://opensource.org/licenses/AGPL-3.0",
"keywords": "RDAP, WHOIS, Domain Tracking, Cybersecurity, Self-hosted, PHP, Open Source", "keywords": "RDAP, WHOIS, Domain Tracking, Cybersecurity, Self-hosted, PHP, Open Source",
@@ -62,22 +69,19 @@ hero:
"price": 0, "price": 0,
"availability": "https://schema.org/InStock" "availability": "https://schema.org/InStock"
}, },
"author": { "creator": { "@id": "https://maelgangloff.fr#me" },
"@id": "https://maelgangloff.fr#me" "author": { "@id": "https://maelgangloff.fr#me" },
}, "maintainer": { "@id": "https://maelgangloff.fr#me" },
"maintainer": {
"@id": "https://maelgangloff.fr#me"
},
"downloadUrl": "https://domainwatchdog.eu/en/install-config/install/docker-compose/", "downloadUrl": "https://domainwatchdog.eu/en/install-config/install/docker-compose/",
"mainEntityOfPage": { "mainEntityOfPage": { "@id": "https://domainwatchdog.eu/#website" },
"@id": "https://domainwatchdog.eu/#website" "interactionStatistic": {
"@type": "InteractionCounter",
"interactionType": "https://schema.org/LikeAction",
"userInteractionCount": 261
}, },
"aggregateRating": { "potentialAction": {
"@type": "AggregateRating", "@type": "DownloadAction",
"ratingValue": 5, "target": "https://domainwatchdog.eu/en/install-config/install/docker-compose/"
"bestRating": 5,
"ratingCount": 261,
"reviewAspect": "GitHub Stars"
} }
}, },
{ {
@@ -86,6 +90,8 @@ hero:
"name": "Domain Watchdog Source Code", "name": "Domain Watchdog Source Code",
"codeRepository": "https://github.com/maelgangloff/domain-watchdog", "codeRepository": "https://github.com/maelgangloff/domain-watchdog",
"codeSampleType": "full", "codeSampleType": "full",
"softwareVersion": "1.3.4",
"datePublished": "2023-10-01",
"programmingLanguage": [ "programmingLanguage": [
{ {
"@type": "ComputerLanguage", "@type": "ComputerLanguage",
@@ -98,12 +104,26 @@ hero:
], ],
"runtimePlatform": "PHP", "runtimePlatform": "PHP",
"license": "https://opensource.org/licenses/AGPL-3.0", "license": "https://opensource.org/licenses/AGPL-3.0",
"targetProduct": { "targetProduct": { "@id": "https://github.com/maelgangloff/domain-watchdog/#app" },
"@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" },
"maintainer": { "@id": "https://maelgangloff.fr#me" },
"contactPoint": {
"@type": "ContactPoint",
"contactType": "support",
"email": "contact@domainwatchdog.eu"
}, },
"author": { "sameAs": [
"@id": "https://maelgangloff.fr#me" "https://github.com/maelgangloff/domain-watchdog"
} ]
}, },
{ {
"@type": "Person", "@type": "Person",
@@ -114,6 +134,10 @@ hero:
"https://maelgangloff.fr", "https://maelgangloff.fr",
"https://github.com/maelgangloff", "https://github.com/maelgangloff",
"https://www.linkedin.com/in/maelgangloff" "https://www.linkedin.com/in/maelgangloff"
],
"subjectOf": [
{ "@id": "https://github.com/maelgangloff/domain-watchdog/#app" },
{ "@id": "https://github.com/maelgangloff/domain-watchdog/#source" }
] ]
} }
] ]