1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cachet_ynh.git synced 2024-09-03 18:16:03 +02:00
This commit is contained in:
Éric Gaspar 2023-10-04 10:33:57 +02:00
parent 0829c2b4d9
commit bdad8228b9
3 changed files with 3 additions and 3 deletions

View file

@ -62,7 +62,7 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "mariadb-server php7.4-gd php7.4-mbstring php7.4-xml php7.4-mysql php7.4-sqlite3"
packages = "mariadb-server, php7.4-gd, php7.4-mbstring, php7.4-xml, php7.4-mysql, php7.4-sqlite3"
[resources.database]
type = "mysql"

View file

@ -35,7 +35,7 @@ ynh_script_progression --message="Configuring NGINX web server..." --weight=1
ynh_add_nginx_config
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --usage=low --footprint=low
ynh_add_fpm_config
#=================================================
# SPECIFIC SETUP

View file

@ -52,7 +52,7 @@ ynh_add_nginx_config
ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=1
# Create a dedicated PHP-FPM config
ynh_add_fpm_config --usage=low --footprint=low
ynh_add_fpm_config
#=================================================
# SPECIFIC UPGRADE