From 75ee1b3a6d5a50e08eea9554cdcd28c2404e7e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 24 Nov 2023 17:14:35 +0100 Subject: [PATCH] cleaning --- manifest.toml | 15 +++++++++------ scripts/install | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index a032628..b7dfccf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -22,8 +22,11 @@ code = "https://github.com/CachetHQ/Cachet" yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "50M" ram.runtime = "50M" @@ -66,12 +69,12 @@ ram.runtime = "50M" [resources.apt] packages = [ "mariadb-server", - "php7.4", - "php7.4-gd", - "php7.4-mbstring", - "php7.4-xml", - "php7.4-mysql", - "php7.4-sqlite3" + "php8.2", + "php8.2-gd", + "php8.2-mbstring", + "php8.2-xml", + "php8.2-mysql", + "php8.2-sqlite3" ] [resources.database] diff --git a/scripts/install b/scripts/install index 9ef3e26..3027206 100644 --- a/scripts/install +++ b/scripts/install @@ -44,7 +44,7 @@ ynh_add_fpm_config #================================================= ynh_script_progression --message="Pre-configuring Cachet..." --weight=10 -ynh_add_config --template="../conf/.env.example" --destination="$install_dir/.env" +ynh_add_config --template=".env.example" --destination="$install_dir/.env" #================================================= # INSTALL AND INITIALIZE COMPOSER