Implement comprehensive domain data collection including provider detection (DNS, hosting, email, CA), HTTP headers, TLS certificate chains, and SEO metadata. Added PageSpeed Insights integration for monitors to track Core Web Vitals.
- **hub**:
- Add provider detection logic for DNS, email, and hosting.
- Expand `Domain` entity to include SEO, headers, certificates, and enhanced registration details.
- Implement automated collection of TLD, WHOIS raw data, and host country codes.
- Update scheduler to track changes in providers and security settings (privacy/transfer lock).
- Add PageSpeed check endpoint to monitor API.
- **site**:
- Update domain table and detail views to display new intelligence (providers, headers, SEO).
- Implement PageSpeed metrics visualization with Core Web Vitals status indicators.
- Add display options for provider information in the domain list.
- **db**:
- Add migration for new domain collection fields.
Implement manual domain expiry overrides, improve subdomain discovery via CT logs, and enhance the monitoring dashboard with favicons and configurable display options.
hub:
- allow manual expiry and creation date overrides in domain API when WHOIS lookup fails
- implement JSON parsing for crt.sh certificate transparency log searches in subdomain discovery
- update monitor API routes to use curly brace syntax for path parameters
site:
- add manual registration date and period inputs to domain dialog
- implement monitor favicon support using Google's favicon service
- add configurable display options (uptime pills, heartbeat dots) to monitors table
- update localization files to include new UI elements