LibreQR 2.0.0 + better packaging practices #11
3 changed files with 4 additions and 4 deletions
|
@ -20,12 +20,12 @@
|
|||
"url": "https://miraty.antopie.org"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3"
|
||||
"yunohost": ">= 11"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php7.4-fpm"
|
||||
"php-fpm"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
|
|
|
@ -30,7 +30,7 @@ ynh_script_progression --message="Configuring NGINX web server..."
|
|||
ynh_add_nginx_config
|
||||
|
||||
ynh_script_progression --message="Configuring PHP-FPM..."
|
||||
ynh_add_fpm_config --phpversion=7.4
|
||||
ynh_add_fpm_config
|
||||
|
||||
ynh_script_progression --message="Configuring permissions..."
|
||||
if [ $is_public -eq 1 ]
|
||||
|
|
|
@ -38,6 +38,6 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..."
|
|||
ynh_add_nginx_config
|
||||
|
||||
ynh_script_progression --message="Upgrading PHP-FPM configuration..."
|
||||
ynh_add_fpm_config --phpversion=7.4
|
||||
ynh_add_fpm_config
|
||||
|
||||
ynh_script_progression --message="Upgrade of $app completed" --last
|
||||
|
|
Loading…
Add table
Reference in a new issue