{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} /plugins/ — the installed plugin list. The list comes from /plugins/fetchPlugins, which is gated on pluginManager server side. Nothing on this page is rendered from plugin-supplied HTML: a plugin's name and description are author-controlled strings and are bound with ng-bind only, never ng-bind-html. {% endcomment %} {% block title %}Plugins{% endblock %} {% block styles %} {% include "pluginHolder/_styles.html" %} {% endblock %} {% block content %}
{{ hookCatalog|json_script:"cpPluginHooks" }} {{ pluginsRoot|json_script:"cpPluginsRoot" }}

Plugins

Code that extends CloudPanel by attaching to panel events. Running CloudPanel {{ panelVersion }} · {{ pluginsRoot }}

{% include "pluginHolder/_warning.html" %}
installed · enabled

No plugins are installed.

Browse available plugins
Plugin Version Hooks State Source Actions
·
(declared) none
Settings Details

Hook points

The {{ hookCount }} events a plugin can attach to. Full payload documentation is in docs/PLUGINS.md.

callable(s) bound
Fires
{% endblock %} {% block scripts %} {% endblock %}