This commit is contained in:
eric_G
2025-09-28 13:06:37 +02:00
parent 754d07b3be
commit 7b9c7cc947
6 changed files with 0 additions and 24 deletions

View File

@ -1,6 +1,5 @@
#!/bin/bash
source /usr/share/yunohost/helpers
ynh_print_info "Declaring files to be backed up..."

View File

@ -1,6 +1,5 @@
#!/bin/bash
source /usr/share/yunohost/helpers
#=================================================

View File

@ -1,15 +1,7 @@
#!/bin/bash
source /usr/share/yunohost/helpers
#=================================================
# INSTALL DEPENDENCIES
#=================================================
ynh_script_progression "Installing dependencies..."
#REMOVEME? ynh_nodejs_install
#=================================================
# CREATE A REDIS DATABASE
#=================================================

View File

@ -1,6 +1,5 @@
#!/bin/bash
source /usr/share/yunohost/helpers
#=================================================
@ -18,8 +17,6 @@ ynh_redis_remove_db "$redis_db"
ynh_config_remove_nginx
#REMOVEME? ynh_nodejs_remove
#=================================================
# END OF SCRIPT
#=================================================

View File

@ -1,6 +1,5 @@
#!/bin/bash
source /usr/share/yunohost/helpers
#=================================================
@ -17,8 +16,6 @@ chmod +x "$install_dir/server/bin/prod.js"
#=================================================
ynh_script_progression "Reinstalling dependencies..."
#REMOVEME? ynh_nodejs_install
ynh_restore "/etc/nginx/conf.d/$domain.d/$app.conf"
ynh_restore "/etc/systemd/system/$app.service"

View File

@ -1,6 +1,5 @@
#!/bin/bash
source /usr/share/yunohost/helpers
#=================================================
@ -26,13 +25,6 @@ ynh_setup_source --dest_dir="$install_dir" --keep="server/config.js" --full_repl
chmod +x "$install_dir/server/bin/prod.js"
#=================================================
# UPGRADE DEPENDENCIES
#=================================================
ynh_script_progression "Upgrading dependencies..."
#REMOVEME? ynh_nodejs_install
#=================================================
# NGINX CONFIGURATION
#=================================================