1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fider_ynh.git synced 2024-09-03 18:36:11 +02:00

update node to 18

This commit is contained in:
Éric Gaspar 2024-06-19 14:32:15 +02:00
parent 7224e89d27
commit 7fad2416b0
3 changed files with 2 additions and 12 deletions

View file

@ -17,7 +17,7 @@ admindoc = "https://fider.io/docs"
code = "https://github.com/getfider/fider"
[integration]
yunohost = ">= 11.2.12"
yunohost = ">= 11.2.14"
architectures = "all"
multi_instance = true

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
nodejs_version=16
nodejs_version=18
go_version=1.18

View file

@ -27,18 +27,8 @@ ynh_backup --src_path="$install_dir"
ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf"
#=================================================
# SPECIFIC BACKUP
#=================================================
# BACKUP LOGROTATE
#=================================================
ynh_backup --src_path="/etc/logrotate.d/$app"
#=================================================
# BACKUP SYSTEMD
#=================================================
ynh_backup --src_path="/etc/systemd/system/$app.service"
#=================================================