Skip to content

Commit eb090eb

Browse files
nikosdionclaude
andcommitted
Add links to Panopticon connector extensions in README and CLAUDE.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9ccc9d0 commit eb090eb

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
66

77
Akeeba Panopticon is a self-hosted PHP application for remotely monitoring and managing Joomla and WordPress sites. It tracks updates, extensions, backups, SSL certificates, domain expiration, uptime, and security issues across multiple CMS installations.
88

9+
## Related Connector Extensions
10+
11+
Panopticon requires a connector extension on each monitored site:
12+
13+
- **[panopticon_connector_j3](https://github.com/akeeba/panopticon_connector_j3)** — Joomla 3.9 and 3.10 only
14+
- **[panopticon-connector](https://github.com/akeeba/panopticon-connector)** — Joomla 4.x, 5.x, and 6.x
15+
- **[panopticon-connector-wordpress](https://github.com/akeeba/panopticon-connector-wordpress)** — WordPress 5.x and 6.x
16+
17+
## Documentation Wikis
18+
19+
GitHub Wiki working copies are checked out under `~/Projects/wiki/`:
20+
21+
- `~/Projects/wiki/panopticon`[Panopticon wiki](https://github.com/akeeba/panopticon/wiki)
22+
23+
The same convention applies to connector extension wikis (e.g. `~/Projects/wiki/panopticon-connector`).
24+
925
## Build & Development Commands
1026

1127
```bash

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ Self-hosted site monitoring and management
99

1010
Akeeba Panopticon is a standalone PHP application. You install on a domain or subdomain separate from your sites. You can then use it to monitor manage your sites remotely.
1111

12-
Currently, it supports Joomla 3, Joomla 4, and Joomla 5 sites.
12+
Currently, it supports Joomla and WordPress sites. Each CMS requires a connector extension to be installed on the monitored site:
13+
14+
* [Panopticon Connector for Joomla 3](https://github.com/akeeba/panopticon_connector_j3) — Joomla 3.9 and 3.10 only
15+
* [Panopticon Connector for Joomla](https://github.com/akeeba/panopticon-connector) — Joomla 4.x, 5.x, and 6.x
16+
* [Panopticon Connector for WordPress](https://github.com/akeeba/panopticon-connector-wordpress) — WordPress 5.x and 6.x
1317

1418
## Quick start
1519

0 commit comments

Comments
 (0)