{% extends "admin_base.html" %} {% block admin_content %}

Updated

MinIO (pending ciphertext)

{{ stats.minio_human }}

{{ stats.minio_objects }} object(s) · DB pending {{ stats.size_pending_human }}

{% if stats.minio_error %}

{{ stats.minio_error }}

{% endif %}

Unwrapped (all time)

{{ stats.wraps_consumed }}

audit ok {{ stats.audit_unwraps_ok }} · 24h {{ stats.consumed_24h }}

Not unwrapped

{{ stats.wraps_pending }}

{{ stats.size_pending_human }} · {{ stats.items_pending }} item(s)

Uploaded (all time)

{{ stats.wraps_total }}

{{ stats.items_total }} item(s) · {{ stats.size_total_human }}

Wraps by status

Status Count Size Items
pending {{ stats.wraps_pending }} {{ stats.size_pending_human }} {{ stats.items_pending }}
consumed {{ stats.wraps_consumed }} {{ stats.size_consumed_human }}
expired {{ stats.wraps_expired }}
Total {{ stats.wraps_total }} {{ stats.size_total_human }} {{ stats.items_total }}

More

  • With password {{ stats.wraps_with_password }}
  • Created (24h) {{ stats.created_24h }}
  • Created (7d) {{ stats.created_7d }}
  • Creates ok (audit) {{ stats.audit_creates_ok }}
  • Creates fail (audit) {{ stats.audit_creates_fail }}
  • Unwrap fails (audit) {{ stats.audit_unwraps_fail }}
{% endblock %} {% block admin_scripts %} {% endblock %}