1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/forgejo_ynh.git synced 2024-09-03 18:36:26 +02:00

remove fail2ban (temporary)

This commit is contained in:
Emmanuel Averty 2023-01-06 11:46:39 +01:00
parent 105a02738f
commit 26dadbcf4f

View file

@ -110,8 +110,9 @@ ynh_replace_string --match_string "__APP__" --replace_string "$app" --target_fil
ynh_mysql_connect_as "$db_user" "$db_password" "$dbname" < ../conf/login_source.sql
# SETUP FAIL2BAN
ynh_script_progression --message="Configuring fail2ban..."
ynh_add_fail2ban_config --logpath "/var/log/$app/forgejo.log" --failregex ".*Failed authentication attempt for .* from <HOST>" --max_retry 5
## TODO fail2ban
# ynh_script_progression --message="Configuring fail2ban..."
# ynh_add_fail2ban_config --logpath "/var/log/$app/forgejo.log" --failregex ".*Failed authentication attempt for .* from <HOST>" --max_retry 5
#=================================================
# GENERIC FINALIZATION