From c3fbb97a6c61b65961ce941859f661be031a2e47 Mon Sep 17 00:00:00 2001 From: SolAZDev Date: Tue, 5 Sep 2023 11:51:25 -0400 Subject: [PATCH] commented fail2ban config --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index cf95d1c..9986dbc 100755 --- a/scripts/install +++ b/scripts/install @@ -111,7 +111,7 @@ yunohost service add $app --description="motionEye server for YunoHost" --log="/ ynh_use_logrotate # Create a dedicated Fail2Ban config -ynh_add_fail2ban_config --logpath="/var/log/nginx/${domain}-error.log" --failregex="Regex to match into the log for a failed login" +# ynh_add_fail2ban_config --logpath="/var/log/nginx/${domain}-error.log" --failregex="Regex to match into the log for a failed login" #================================================= # APP INITIAL CONFIGURATION