Domain Monitor v1.1.1
Adds Pushover notifications, improves .nl/.eu status detection, and fixes PHP 8.x compatibility issues.
What's new
- New Pushover notification channel (priority levels, custom sounds, device targeting)
- Emergency retries for expired/expiring domains
- Improved status detection for
.nland.eudomains (handles missing expiration dates) - PHP 8.x fixes for deprecated null parameters (
strpos,strtotime) - Centralized logging (removed all
error_log()calls) - Migration added:
022_add_pushover_channel_type.sql
Install
- Upload & unzip to your web root
- Copy
.env.example→.envand set DB/mail info - Run
composer install --no-dev --prefer-dist - Point your webserver to the
public/folder
Version history:
View detailed changelog →