1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snserver_ynh.git synced 2024-09-03 20:26:22 +02:00

Remove unneeded code

This commit is contained in:
Fabian Wilkens 2021-05-01 20:11:59 +02:00
parent 0214e35e5d
commit 927e358966
No known key found for this signature in database
GPG key ID: 23DFA025BB4E9FAB
3 changed files with 8 additions and 32 deletions

View file

@ -95,10 +95,7 @@ then
domain="$old_domain" domain="$old_domain"
path_url="$new_path" path_url="$new_path"
# Create a dedicated nginx config # Create a dedicated nginx config
ynh_add_nginx_config "\ ynh_add_nginx_config
port \
access_domain\
"
fi fi
# Change the domain for nginx # Change the domain for nginx
@ -152,10 +149,7 @@ domain=$new_domain
path_url=$new_path path_url=$new_path
# Create a dedicated fail2ban config # Create a dedicated fail2ban config
touch "/var/log/$app/$app.log" touch "/var/log/$app/$app.log"
ynh_add_fail2ban_config --use_template --others_var="\ ynh_add_fail2ban_config --use_template
domain \
path_url \
"
#================================================= #=================================================
# GENERIC FINALISATION # GENERIC FINALISATION

View file

@ -102,10 +102,7 @@ ynh_setup_source --dest_dir="$final_path/live"
ynh_script_progression --message="Configuring nginx web server..." --weight=3 ynh_script_progression --message="Configuring nginx web server..." --weight=3
# Create a dedicated nginx config # Create a dedicated nginx config
ynh_add_nginx_config "\ ynh_add_nginx_config
port \
access_domain \
"
#================================================= #=================================================
# CREATE DEDICATED USER # CREATE DEDICATED USER
@ -205,10 +202,7 @@ done
ynh_script_progression --message="Configuring a systemd service..." --weight=4 ynh_script_progression --message="Configuring a systemd service..." --weight=4
# Create a dedicated systemd config # Create a dedicated systemd config
ynh_add_systemd_config --others_var="\ ynh_add_systemd_config
port \
RUBY_VERSION \
"
#================================================= #=================================================
# STORE THE CONFIG FILE CHECKSUM # STORE THE CONFIG FILE CHECKSUM
@ -261,10 +255,7 @@ ynh_script_progression --message="Configuring fail2ban..." --weight=1
# Create a dedicated fail2ban config # Create a dedicated fail2ban config
touch "/var/log/$app/$app.log" touch "/var/log/$app/$app.log"
ynh_add_fail2ban_config --use_template --others_var="\ ynh_add_fail2ban_config --use_template
domain \
path_url \
"
#================================================= #=================================================
# SETUP SSOWAT # SETUP SSOWAT

View file

@ -202,10 +202,7 @@ fi
ynh_script_progression --message="Upgrading nginx web server configuration..." --weight=1 ynh_script_progression --message="Upgrading nginx web server configuration..." --weight=1
# Create a dedicated nginx config # Create a dedicated nginx config
ynh_add_nginx_config "\ ynh_add_nginx_config
port \
access_domain \
"
#================================================= #=================================================
# UPGRADE DEPENDENCIES # UPGRADE DEPENDENCIES
@ -305,10 +302,7 @@ done
ynh_script_progression --message="Upgrading systemd configuration..." --weight=1 ynh_script_progression --message="Upgrading systemd configuration..." --weight=1
# Create a dedicated systemd config # Create a dedicated systemd config
ynh_add_systemd_config --others_var="\ ynh_add_systemd_config
port \
RUBY_VERSION \
"
#================================================= #=================================================
# STORE THE CONFIG FILE CHECKSUM # STORE THE CONFIG FILE CHECKSUM
@ -358,10 +352,7 @@ ynh_script_progression --message="Reconfiguring fail2ban..." --weight=1
# Create a dedicated fail2ban config # Create a dedicated fail2ban config
touch "/var/log/$app/$app.log" touch "/var/log/$app/$app.log"
ynh_add_fail2ban_config --use_template --others_var="\ ynh_add_fail2ban_config --use_template
domain \
path_url \
"
#================================================= #=================================================
# START SYSTEMD SERVICE # START SYSTEMD SERVICE