{% extends "base.html" %}
{% block title %}Settings — {{ title }}{% endblock %}
{% block content %}
Feature flags are set at install time (read-only here).Settings
| Hostname | {{ features.hostname }} |
|---|---|
| Public IP | {{ features.public_ip or '—' }} |
| Version | {{ features.version }} |
| Installed | {{ features.installed_at or '—' }} |
| Web | {{ 'yes' if features.web else 'no' }} |
| {{ '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 '—' }} |