{% extends "base.html" %} {% block content %} {% from 'include/input_macros.html' import input, checkbox, select, copy_to_clipboard %} {% include 'include/del_confirm.html' %} {{ input('new-telegram-group-add', type='hidden', value=group) }} {{ input('new-slack-group-add', type='hidden', value=group) }}
{% include 'include/admin_users.html' %}
{% include 'include/admin_servers.html' %}
{% include 'include/admin_ssh.html' %}
{% include 'include/admin_settings.html' %}

Install HAProxy

Current version Available Versions (?) Server Use Docker SYN-flood protection
{% set values = dict() %} {% set values = {'2.0.5-1':'2.0.5-1','2.2.4-1':'2.2.4-1','2.3.0-1':'2.3.0-1','2.3.10-1':'2.3.10-1', '2.4.0-1':'2.4.0-1','2.4.9-1':'2.4.9-1','2.4.15-1':'2.4.15-1','2.5.1-1':'2.5.1-1','2.6.0-1':'2.6.0-1'} %} {{ select('hapver', values=values, selected='2.6.0-1', required='required') }} {{ checkbox('haproxy_docker', title="Install HAProxy service as a Docker container") }} {{ checkbox('syn_flood', title="Enable SYN-flood protection", checked='checked') }} Install

Install NGINX

Current version Available Versions Server Use Docker SYN-flood protection
Roxy-WI will try to install the latest NGINX version from an official NGINX repository {{ checkbox('nginx_docker', title="Install NGINX service as a Docker container") }} {{ checkbox('nginx_syn_flood', title="Enable SYN-flood protection", checked='checked') }} Install
{% include 'include/mon_installation.html' %}

Install GeoLite2

Server Current installation Updating
{{ checkbox('updating_geoip', title="Update the database?", checked='checked') }}
Read the "how to" in this article
Country codes
{% include 'include/admin_backup.html' %}
{% include 'include/admins_dialogs.html' %} {% include 'include/change_pass_form.html' %} {% endblock %}