mirror of
https://framagit.org/YunoHost-Apps/gitea_ynh.git
synced 2025-09-03 02:28:30 +02:00
Cleanup after auto patch
This commit is contained in:
@ -36,6 +36,9 @@ yunohost service add "$app" --log="/var/log/$app/gitea.log"
|
||||
ynh_script_progression "Configuring fail2ban..."
|
||||
ynh_config_add_fail2ban --logpath="/var/log/$app/gitea.log" --failregex=".*Failed authentication attempt for .* from <HOST>"
|
||||
|
||||
mkdir -p /var/log/"$app"
|
||||
ynh_config_add_logrotate
|
||||
|
||||
#=================================================
|
||||
# RELOAD NGINX AND PHP-FPM OR THE APP SERVICE
|
||||
#=================================================
|
||||
|
Reference in New Issue
Block a user