{% extends "base.html" %} {% block title %}Settings - AISBF Dashboard{% endblock %} {% block content %}

Server Settings

{% if success %}
{{ success }}
{% endif %} {% if error %}
{{ error }}
{% endif %}

Server Configuration

If specified, Let's Encrypt will be used to generate valid SSL certificates. Leave empty to use self-signed certificates.
Path to SSL certificate file. Leave empty to use default (~/.aisbf/cert.pem). Auto-generated using Let's Encrypt if public domain is set, otherwise self-signed.
Path to SSL private key file. Leave empty to use default (~/.aisbf/key.pem). Auto-generated with certificate.

Authentication

Dashboard

Internal Models

Used when condensation model is set to "internal"
Used when autoselect selection_model is set to "internal"
Cancel
{% endblock %}