{% extends "base.html" %} {% block title %}{{ name }} cache - circus{% endblock %} {% block auth %} {% if !auth_name.is_empty() %} {{ auth_name }}
{% else %} Login {% endif %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{{ name }}

{{ scope_label }} {% if active %} Active {% else %} Inactive {% endif %}
Browse NARs »

Storage

Packages Stored
{{ packages_stored }}
Uncompressed
{{ uncompressed }}
Compressed
{{ compressed }}

Traffic

Requests (last hour)
{{ requests_last_hour }}
Traffic (last hour)
{{ traffic_last_hour }}

How to use this cache

{% if has_substituter %}
{% else %}

No cache.cache_url is configured, so a substituter URL cannot be shown.

{% endif %} {% if has_public_key %}
{% else %}

Signing is disabled, so there is no public key to publish.

{% endif %} {% if has_snippet %}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}