{% extends "layout.html" %} {% set active_page = "dashboard" %} {% block body %}
Global information
Version
{{ version }}
Total thumbnail cache size
{{ tn_size_total }}
Total document count
{{ doc_count }}
Total size of indexed documents
{{ doc_size }}
total index size
{{ index_size }}
User count
1
SQLite database path
{{ db_path }}
Elasticsearch URL
{{ elasticsearch_url }}
Actions
{% endblock body %}