{% extends "layout_fluid.html" %} {% load breadcrumb %} {% load i18n %} {% block title %}{% trans "Administration" %}{% endblock %} {% block h1 %}{% trans "Administration" %}{% endblock %} {% block page_id %}Administration{% endblock %} {% block js %} {% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% include "administration/sidebar.html" %}

{% trans "REST API configuration" %}

{% trans "IP allowlist" %}

{% trans "Enter a whitespace-separated list of IPs or hostnames permitted to use the API." %}

{% trans "If the allowlist is left empty, all IPs and hostnames will be allowed." %}

{% csrf_token %}
{% endblock %}