Kirby CMS

Kirby Plugin

Needs updating

Display Oh Dear monitoring data in your Kirby 4.0+ admin panel with application health reporting.

Oh Dear Integration for Kirby CMS #

This community plugin brings Oh Dear monitoring data directly into your Kirby CMS admin panel. View uptime, performance, broken links, and SSL health without leaving Kirby.

Features #

Requirements #

Installation #

The plugin can be installed via Composer or by downloading directly from the repository.

Configuration #

Add your Oh Dear API token and site ID to your Kirby config:

return [
    'ohdear' => [
        'api_token' => 'your-api-token',
        'site_id' => 12345,
    ],
];

Note: This plugin was released as an alpha version and may require updates for newer Kirby versions. Check the repository for the latest status.