{% extends 'base.html' %} {% block content %} {% if current_domain %}
{% include 'partials/screenshot.html' %}
Status

● {{ pm2_data[8] }}

{{ _('Type') }}

{{ container.type }}

{{ _('Files') }} ({{ _('Calculating size...') }})

{{ domain_directory }}

{{ _('Domain:') }}

{{ current_domain }}

  • {{ _('Uptime:') }} {{ pm2_data[6] }}
  • {{ _('Restarts:') }} {{ pm2_data[7] }}
  • {{ _('Watching:') }} {{ pm2_data[12] }}
{{ _('Created') }}

{{ container.created_date }}

{{ _('Python version:') }}

{{ _('CPU usage:') }}

{{ pm2_data[9] }}

{{ _('Memory usage:') }}

{{ pm2_data[10] }}

{% if 'temporary_links' in enabled_modules %} {% endif %} {% if pm2_data[8] == 'stopped' %} {% else %} {% endif %}

 

{{ _("Preview website with a temporary domain,") }} {{ _("valid for 15 minutes only!") }} {{ _("Helpful if your domain hasn't been pointed to the server's IP address yet and lacks an SSL certificate.") }}

{{ _("View application error log file.") }}

{{ _("Start the application process and make app available again on the domain.") }}

{{ _('Stop the application process and make app temporary unavailable.') }}

{{ _('Restart the python application (executes pm2 stop and pm2 start commands).') }}

{{ _('Completely remove the python application, including the domain proxy, and records from this manager.') }}


{% include 'partials/pagespeed.html' %}
{% endif %} {% endblock %}