1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yellow_ynh.git synced 2024-09-03 20:36:12 +02:00

new version

This commit is contained in:
ericgaspar 2021-08-12 18:36:40 +02:00
parent d14a6dff3a
commit 5dbab12e86
No known key found for this signature in database
GPG key ID: 574F281483054D44
5 changed files with 11 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

View file

@ -6,8 +6,15 @@
"en": "Système de gestion de contenu (CMS) for simple website",
"fr": "Content management system (CMS) pour un site simple"
},
"version": "0.8.17~ynh2",
"version": "0.8.17~ynh3",
"url": "https://datenstrom.se/yellow/",
"upstream": {
"license": "GPL-2.0-only",
"website": "https://datenstrom.se/yellow/",
"demo": "https://datenstrom.se/yellow/demo/",
"admindoc": "https://datenstrom.se/yellow/help/",
"code": "https://github.com/datenstrom/yellow/"
},
"license": "GPL-2.0-only",
"maintainer": {
"name": "eric_G"

View file

@ -80,7 +80,7 @@ ynh_add_nginx_config
ynh_script_progression --message="Configuring PHP-FPM..." --weight=2
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --package="$extra_php_dependencies"
ynh_add_fpm_config --footprint=low --package="$extra_php_dependencies"
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
#=================================================

View file

@ -71,7 +71,7 @@ chown -R $app:www-data "$final_path"
ynh_script_progression --message="Reconfiguring PHP-FPM..." --weight=6
ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
ynh_add_fpm_config --package="$extra_php_dependencies"
ynh_add_fpm_config --footprint=low --package="$extra_php_dependencies"
#=================================================
# GENERIC FINALIZATION

View file

@ -97,7 +97,7 @@ ynh_add_nginx_config
ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=2
# Create a dedicated php-fpm config
ynh_add_fpm_config --package="$extra_php_dependencies"
ynh_add_fpm_config --footprint=low --package="$extra_php_dependencies"
#=================================================
# RELOAD NGINX