{% extends 'base.html' %} {% block content %} {% if domains %}
{{ _("Run a NodeJS or Python application.") }}
{{ _('Application') }} | {{ _('Uptime') }} | {{ _('Restarts') }} | {{ _('Status') }} | {{ _('CPU') }} | {{ _('Memory') }} | {{ _('Watching') }} | Actions | {{ _('Type') }} | Port | {{ _('Startup file') }} |
---|---|---|---|---|---|---|---|---|---|---|
{{ row[1] }} | {{ row[6] }} | {{ row[7] }} | {{ row[8] }} | {{ row[9] }} | {{ row[10] }} | {{ row[12] }} | {% if row[8] == 'stopped' %} {% else %} {% endif %} | {% for site in all_sites %} {% if row[1] == site.site_name %}
{% if site.type == "NodeJS" %}
![]() ![]() |
{{ site.ports }} | {{ site.path }} | {% endif %} {% endfor %}
{{ _('No PM2 data available.') }} |
{{ _('There are no existing applications. You can start a new NodeJS or Python app below.') }}
{{ _("Add a domain name first in order to install Python adn NodeJS applications.") }}
{{ _("Add a Domain Name") }}