{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} The application catalogue. The card grid is rendered from /apps/fetchCatalogue, which returns presentation data only — no download URLs — because startInstall takes a catalogue slug and looks the URL up server side. The bootstrap payload below is the same data, embedded with |json_script so the first paint does not wait for the round trip. {% endcomment %} {% block title %}Applications{% endblock %} {% block styles %} {% endblock %} {% block content %}
{{ catalogue|json_script:"cpAppsCatalogue" }} {{ websites|json_script:"cpAppsWebsites" }}

Applications

One-click installs for your websites. CloudPanel downloads each application straight from its vendor over HTTPS, creates the database and hands the files to the site's own system user.

Installed applications

Database Needs Composer Heavy Checksum pinned
Nothing matches that search.

Heavy applications are checked against this server's RAM, free disk and required services before anything is downloaded, so you find out about a missing OpenSearch in a second rather than halfway through a 100 MB install.

{% endblock %} {% block scripts %} {% endblock %}