diff --git a/manifest.toml b/manifest.toml index f397b9e..fb0ac37 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "h5ai" description.en = "Modern HTTP web server index for NGINX" description.fr = "Serveur moderne d'index pour NGINX" -version = "0.30.0~ynh5" +version = "0.30.0~ynh6" maintainers = ["alexAubin"] @@ -17,7 +17,7 @@ admindoc = "https://larsjung.de/h5ai/" code = "https://github.com/lrsjng/h5ai" [integration] -yunohost = ">= 11.1.15" +yunohost = ">= 11.1.17" architectures = "all" multi_instance = true ldap = false diff --git a/scripts/restore b/scripts/restore index 9c527ae..84e8208 100644 --- a/scripts/restore +++ b/scripts/restore @@ -27,8 +27,6 @@ ynh_script_progression --message="Restoring system configurations related to $ap ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" -ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint --phpversion=$phpversion - ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" #=================================================