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:
parent
d14a6dff3a
commit
5dbab12e86
5 changed files with 11 additions and 4 deletions
BIN
doc/screenshots/datenstrom-yellow-en.png
Normal file
BIN
doc/screenshots/datenstrom-yellow-en.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 140 KiB |
|
@ -6,8 +6,15 @@
|
||||||
"en": "Système de gestion de contenu (CMS) for simple website",
|
"en": "Système de gestion de contenu (CMS) for simple website",
|
||||||
"fr": "Content management system (CMS) pour un site simple"
|
"fr": "Content management system (CMS) pour un site simple"
|
||||||
},
|
},
|
||||||
"version": "0.8.17~ynh2",
|
"version": "0.8.17~ynh3",
|
||||||
"url": "https://datenstrom.se/yellow/",
|
"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",
|
"license": "GPL-2.0-only",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "eric_G"
|
"name": "eric_G"
|
||||||
|
|
|
@ -80,7 +80,7 @@ ynh_add_nginx_config
|
||||||
ynh_script_progression --message="Configuring PHP-FPM..." --weight=2
|
ynh_script_progression --message="Configuring PHP-FPM..." --weight=2
|
||||||
|
|
||||||
# Create a dedicated PHP-FPM config
|
# 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)
|
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion)
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -71,7 +71,7 @@ chown -R $app:www-data "$final_path"
|
||||||
ynh_script_progression --message="Reconfiguring PHP-FPM..." --weight=6
|
ynh_script_progression --message="Reconfiguring PHP-FPM..." --weight=6
|
||||||
|
|
||||||
ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
|
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
|
# GENERIC FINALIZATION
|
||||||
|
|
|
@ -97,7 +97,7 @@ ynh_add_nginx_config
|
||||||
ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=2
|
ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=2
|
||||||
|
|
||||||
# Create a dedicated php-fpm config
|
# 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
|
# RELOAD NGINX
|
||||||
|
|
Loading…
Add table
Reference in a new issue