{% extends "base.html" %} {% block content %} {% from 'include/input_macros.html' import input, checkbox, select %} {% include 'include/del_confirm.html' %}
{% for user in users %} {% if user.5 == group %} {% include 'include/admin_users.html' %} {% endif %} {% endfor %}
Login name Password Active Email Role

+ Add

{% set ssh_group = [] %} {% for server in servers %} {% do ssh_group.append(server.3) %} {% include 'include/admin_servers.html' %} {% endfor %}
Hostname IP Port Enable Virt HAProxy Nginx Slave for Credentials Description
{{server.2}}

+ Add

You can read the description of all parameters here or watch video here
{% for ssh in sshs %} {% if ssh.5|string() == group %} {% endif %} {% endfor %}
Name SSH key Credentials
{% if ssh.2 == 1 %} {% else %} {% endif %}

{% if ssh.2 == 1 %} {% else %} {% endif %}

+ Add

Upload SSH Key Key


Upload
You can read the description of all parameters here or watch video here
{% for telegram in telegrams %} {% if telegram.3|string() == group %} {% endif %} {% endfor %}
Token Chanel name

+ Add

You can read the description of all parameters here

Install HAProxy

Current version Available Versions Server SYN flood protect
{% set values = dict() %} {% set values = {'2.0.5-1':'2.0.5-1','2.0.6-1':'2.0.6-1', '2.0.7-1':'2.0.7-1', '2.0.9-1':'2.0.9-1', '2.0.11-1':'2.0.11-1', '2.0.12-1':'2.0.12-1'} %} {{ select('hapver', values=values, selected='2.0.11-1', required='required') }} {{ checkbox('syn_flood', title="Enable SYN flood protect", checked='checked') }} Install

Install Nginx

Current version Available Versions Server SYN flood protect
HAProxy-WI will try to install the latest Nginx version from official Nginx repository {{ checkbox('nginx_syn_flood', title="Enable SYN flood protect", checked='checked') }} Install
{% for b in backups %} {% for s in servers %} {% if b.1 in s.2 %} {% include 'include/admin_backup.html' %} {% endif %} {% endfor %} {% endfor %}
Servers Remote server Remote folder Backup type Period time Credentials Description

+ Add a new backup job

You can read the description of all parameters here
{% include 'include/change_pass_form.html' %} {% endblock %}