viocassel / panopticon

Self-hosted site monitoring and management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Akeeba Panopticon

Self-hosted site monitoring and management

Documentation   Downloads`

What is it?

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.

Currently, it supports Joomla 3, Joomla 4, and Joomla 5 sites.

Quick start

The recommended installation method for most users is the public release ZIP file.

If you want to contribute to Panopticon, or would rather install by cloning the Git repository, we have detailed instructions in the documentation. If you're in a hurry, there's a short version below:

Make sure you have git, composer, and npm (Node.js 16 or later) in your path.

Clone the repository.

Go into the folder where you cloned the repository and run composer install. This is important! This step installs PHP dependencies, runs npm install, compiles SCSS files into CSS, minifies JavaScript files, puts all external static resources in the folder Panopticon expects them to be, and generates a few necessary files (such as version.php).

You can now either use the web installer or the CLI installation method.

Translations

Translations are community–led and licensed under the GNU Affero General Public License version 3, or (at your option) any later version.

Community–led translations means that we have no responsibility for the contents of the offered translations, including the terminology used, spelling and grammar errors, and accuracy. The only officially supported language of Akeeba Panopticon is English (Great Britain).

If you are interested in translating Panopticon, please check out the translator resources page.

License Notice

Akeeba Panopticon – Self-hosted site monitoring and management

Copyright (C) 2023 Akeeba Ltd

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

About

Self-hosted site monitoring and management

License:GNU Affero General Public License v3.0


Languages

Language:PHP 57.4%Language:Blade 29.9%Language:CSS 6.0%Language:JavaScript 5.0%Language:SCSS 1.0%Language:HTML 0.4%Language:Shell 0.2%Language:Dockerfile 0.1%