diff --git a/doc/screenshots/datenstrom-yellow-en.png b/doc/screenshots/datenstrom-yellow-en.png new file mode 100644 index 0000000..c86ebfc Binary files /dev/null and b/doc/screenshots/datenstrom-yellow-en.png differ diff --git a/manifest.json b/manifest.json index 9330e71..bd1de9c 100644 --- a/manifest.json +++ b/manifest.json @@ -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" diff --git a/scripts/install b/scripts/install index fd93d6e..eac6af1 100644 --- a/scripts/install +++ b/scripts/install @@ -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) #================================================= diff --git a/scripts/restore b/scripts/restore index 22accae..01fa9f5 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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 diff --git a/scripts/upgrade b/scripts/upgrade index 8d8ad07..68d6058 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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