{% extends "admin/base.html" %} {% block title %}Settings{% endblock %} {% block header_title %}Application Settings{% endblock %} {% block content %}

Branding

{% if settings.branding_logo_url and 'uploads' in settings.branding_logo_url %}
Current Logo

An uploaded logo is active.

To replace it, first remove the current one and save.

{% else %}

Max 2MB. Allowed types: PNG, JPG, GIF, SVG, WebP.

{% endif %}

Appearance

{% for theme_name, theme_colors in themes.items() %} {% endfor %}

Redis & Rate Limiting

IP Filtering

Comma-separated. Use * to allow all.

Comma-separated. This list is checked after the allow list.

{% endblock %}