Cleanup after auto patch

This commit is contained in:
Josué Tille
2024-08-31 09:56:13 +02:00
parent a9647ffbf1
commit 73da923b79
6 changed files with 19 additions and 49 deletions

View File

@ -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
#=================================================