{% extends "layout.html" %} {% block title %}{{ _('Settings') }}{% endblock %} {% block content %}
System Identity
Changing this updates Nginx and System configs.
Appearance
Panel SSL (Port 4316)
Requires valid Hostname and Public IP. Uses Email from Notifications.
Certificate Authorities
{% if cas %}
{% for ca in cas %} {% endfor %}
Name Action
{{ ca.name }}
{% else %}

No Certificate Authorities found.

{% endif %}
Install these certificates as "Trusted Root Certification Authorities" on your PC to trust self-signed panel/host certificates.

Limristem Web Control Panel

Simple, Lightweight, Powerful.

Current Version
{{ g.version }}
Last Check
{{ settings.last_update_check|format_time('%d %b %H:%M') if settings.last_update_check else 'Never' }}
System will update automatically when patches are released.
{% if session.get('available_update') %}
Update Available

Version {{ session['available_update'] }} is ready to install.

{% endif %}
Resource Thresholds (Alerts)
%
%
%
Panel Limits
SMTP Settings
Webhook
{% endblock %}