1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fider_ynh.git synced 2024-09-03 18:36:11 +02:00
This commit is contained in:
Éric Gaspar 2023-01-10 23:56:12 +01:00
parent 433c4cfaf7
commit 1626656cf1
2 changed files with 1 additions and 9 deletions

View file

@ -108,7 +108,7 @@ chown -R $app:www-data "$final_path"
#=================================================
ynh_script_progression --message="Compiling Fider application..." --weight=1
build_fider
ynh_exec_warn_less build_fider
#=================================================
# NGINX CONFIGURATION

View file

@ -154,14 +154,6 @@ ynh_script_progression --message="Starting a systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log"
#=================================================
# UPGRADE FAIL2BAN
#=================================================
# ynh_script_progression --message="Reconfiguring Fail2Ban..." --weight=1
# 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"
#=================================================
# RELOAD NGINX
#=================================================