{% extends "layout.html" %} {% block title %}admin — kitgit{% endblock %} {% block content %}
admin

site settings

{% if let Some(msg) = flash %}
{{ msg }}
{% endif %}
{{ stats.user_count }}users
{{ stats.repo_count }}repos
{{ stats.public_repo_count }}public
{{ stats.recent_signups }}signups (7d)
{{ stats.active_invites }}invites
{{ stats.disk_label }}disk

announcement

Sticky site-wide banner (maintenance, incidents). Leave empty to hide.

signups

When disabled, new accounts need a single-use invite code.

invites

Create single-use codes for invite-only signups.

users

Search, suspend accounts, and manage site admins.

{% if !repo_query.is_empty() %}{% endif %} {% if repo_page > 1 %}{% endif %}

{{ user_total }} user{% if user_total != 1 %}s{% endif %}

{% if user_pages > 1 %}

{% if user_page > 1 %} ← prev {% endif %} page {{ user_page }} / {{ user_pages }} {% if user_page < user_pages %} next → {% endif %}

{% endif %}

repositories

Force private or delete repositories across the instance.

{% if !user_query.is_empty() %}{% endif %} {% if user_page > 1 %}{% endif %}

{{ repo_total }} repositor{% if repo_total != 1 %}ies{% else %}y{% endif %}

{% if repo_pages > 1 %}

{% if repo_page > 1 %} ← prev {% endif %} page {{ repo_page }} / {{ repo_pages }} {% if repo_page < repo_pages %} next → {% endif %}

{% endif %}
{% endblock %}