{% extends "layouts/default.html" %} {% block title %} Server Settings {% endblock title %} {% block stylesheets %} {% endblock stylesheets %} {% block content %} {{ form.hidden_tag() }}
Server versions
IRIS server version:
{{ versions.iris_current }}
Database revision:
{{ versions.db_revision }}
Min. API version supported:
{{ versions.api_min }}
Max. API version supported:
{{ versions.api_current }}
Min. module interface version supported:
{{ versions.interface_min }}
Max. module interface version supported:
{{ versions.interface_current }}
Global settings
{{ form.hidden_tag() }}

Proxy

Proxy settings can be used by modules to access external resources.

HTTP Proxy
HTTP Proxy

Post-init Behavior

Password Policy

A password policy change applies to new or updated passwords.

Minimum Password Length
Include Special chars
Backups

Database

Initiate a database backup. The backup file is stored on the configured path BACKUP_PATH

{% endblock content %} {% block javascripts %} {% endblock javascripts %}