{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} One installation: where it is, what it needs next, and the install log. The row and its log are rendered from the server context (already scoped to the caller in views.detail); the page only talks to /apps/installStatus while a job is running, and to /apps/uninstallApp behind a typed confirmation. {% endcomment %} {% block title %}{{ install.name }} on {{ install.domain }}{% endblock %} {% block styles %} {% endblock %} {% block content %}
{{ install.domain }}{% if install.directory %}/{{ install.directory }}{% endif %}
CloudPanel never stores the database password: it was shown once during the install and written into the application's own configuration file.
{% if install.docsUrl %} Vendor documentation {% endif %}Deletes {{ install.path }} and everything under it. There is no undo.
{% if install.dbName %}The live progress file is temporary; these lines are kept with the installation record.