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

Settings

Feature flags are set at install time (read-only here).

Hostname{{ features.hostname }}
Public IP{{ features.public_ip or '—' }}
Version{{ features.version }}
Installed{{ features.installed_at or '—' }}
Web{{ 'yes' if features.web else 'no' }}
Mail{{ 'yes' if features.mail else 'no' }}
MariaDB{{ 'yes' if features.mariadb else 'no' }}
PostgreSQL{{ 'yes' if features.postgres else 'no' }}
ACME email{{ features.acme_email or '—' }}
{% endblock %}