1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpinfo_ynh.git synced 2024-09-03 19:56:23 +02:00
This commit is contained in:
Éric Gaspar 2023-11-12 09:10:55 +01:00
parent 9ebbbff864
commit 3733e53c31
4 changed files with 10 additions and 17 deletions

View file

@ -7,7 +7,7 @@ location __PATH__/ {
index index.php;
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
#client_max_body_size 50M;
client_max_body_size 50M;
try_files $uri $uri/ index.php;
location ~ [^/]\.php(/|$) {

View file

@ -14,11 +14,14 @@ license = "GPL-3.0-or-later"
website = "https://www.php.net/manual/fr/function.phpinfo.php"
[integration]
yunohost = ">= 11.1.21"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
@ -34,9 +37,9 @@ ram.runtime = "50M"
[install.phpversion]
ask.en = "Choose the version of PHP to use."
ask.fr = "Choisissez la version de PHP à utiliser."
type = "string"
type = "select"
choices = ["7.4", "8.0", "8.1", "8.2"]
default = "8.0"
default = "8.2"
[resources]
[resources.system_user]
@ -47,4 +50,4 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "php8.0-fpm"
packages = "php8.2-fpm"

View file

@ -26,12 +26,7 @@ chown -R $app:www-data "$install_dir"
ynh_script_progression --message="Restoring the PHP-FPM configuration..."
# Recreate a dedicated php-fpm config
ynh_add_fpm_config --usage=low --footprint=low
#=================================================
# RESTORE THE NGINX CONFIGURATION
#=================================================
ynh_script_progression --message="Restoring the NGINX web server configuration..."
ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"

View file

@ -36,12 +36,7 @@ chown -R $app:www-data "$install_dir"
ynh_script_progression --message="Upgrading PHP-FPM configuration..."
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --usage=low --footprint=low
#=================================================
# NGINX CONFIGURATION
#=================================================
ynh_script_progression --message="Upgrading NGINX web server configuration..."
ynh_add_fpm_config
# Create a dedicated NGINX config
ynh_add_nginx_config