{% extends "base.html" %} {% block title %}Dashboard — {{ title }}{% endblock %} {% block content %}

Admin dashboard

{{ features.hostname }} · server-wide controls (hosting users use their own dashboard at /u/)

Web

{% if features.web %}Active · {{ site_count }} site(s){% else %}Not installed{% endif %}

Mail

{% if features.mail %}Active{% else %}Not installed — no mail UI{% endif %}

MariaDB

{% if features.mariadb %}Active{% else %}Not installed{% endif %}

PostgreSQL

{% if features.postgres %}Active{% else %}Not installed{% endif %}

Users

{{ user_count }} hosting account(s)

Stacks

{{ available_stacks|length }} template(s) available

{% if features.mail and mail_status.warnings %}

Mail / DNS notices

{% for w in mail_status.warnings %}
{{ w.title }}

{{ w.detail }}

{% endfor %}
{% endif %} {% if not features.mail %}
Mail module off

Mail features and settings are hidden because mail was not selected during install. Indicator kept on the dashboard for clarity.

{% endif %} {% endblock %}