{% extends "app/plugins/templates/base.html" %} {% block content %}

Diagnostic Information

App Version: {{ version }}

Storage Space

Free: {{ free_disk_space|filesizeformat }} | Used: {{ used_disk_space|filesizeformat }} | Total: {{ total_disk_space|filesizeformat }}

{% if total_memory %}

Memory

Free: {{ free_memory|filesizeformat }} | Used: {{ used_memory|filesizeformat }} | Total: {{ total_memory|filesizeformat }}

{% endif %}

Note! These values might be relative to the virtualization environment in which the application is running, not necessarily the values of the your machine. See instructions for MacOS and Windows for changing these values in a docker setup.
{% endblock %}