From 12bc2c0c0d1f55da77d464402bd9120db8e6c57b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 23 May 2023 10:29:30 +0200 Subject: [PATCH] cleaning --- conf/nginx.conf | 3 +-- doc/POST_INSTALL.md | 2 +- manifest.toml | 3 ++- scripts/upgrade | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index ede5730..b5c7c32 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -11,8 +11,7 @@ location __PATH__/ { # redirect some entire folders rewrite ^__PATH__/(vendor|translations|build)/.* /index.php break; - #try_files $uri /index.php; - try_files $uri /index.php$is_args$args; + try_files $uri __PATH__/index.php$is_args$args; location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+?\.php)(/.*)$; diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index cbd1700..84f37f0 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -5,4 +5,4 @@ Details for MySQL database to be enterted while registration process: - Database name: __DB_NAME__ - Database password: __DB_PWD__ -To login to Mautic : `https://__DOMAIN__/s/login` \ No newline at end of file +To login to Mautic: `https://__DOMAIN__/s/login` \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index 59cd368..dfcff1a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://docs.mautic.org/en" code = "https://github.com/mautic/mautic" [integration] -yunohost = ">= 11.1.18" +yunohost = ">= 11.1.19" architectures = "all" multi_instance = true ldap = false @@ -42,6 +42,7 @@ ram.runtime = "50M" url = "https://github.com/mautic/mautic/releases/download/4.4.8/4.4.8.zip" sha256 = "e238648fb0c31e500383ac7b93e04b3a2dfcfd2335b756db36907c2ffd0a60ac" in_subdir = false + autoupdate.strategy = "latest_github_tag" [resources.system_user] diff --git a/scripts/upgrade b/scripts/upgrade index f8809cc..4825bf9 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -70,7 +70,7 @@ chmod -R g+w $install_dir/translations/ ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=2 # Create a dedicated PHP-FPM config -ynh_add_fpm_config --phpversion=$phpversion --usage=$fpm_usage --footprint=$fpm_footprint +ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint # Create a dedicated NGINX config ynh_add_nginx_config