From 339f257542983a1c9f4ec933f44158cca5a402dc Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 26 May 2023 15:03:15 +0200 Subject: [PATCH 1/4] php8.2 --- doc/ADMIN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 4c63647c..b205db60 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -4,7 +4,7 @@ After being first registered, you need to execute the folloing command to promot **Run:** - sudo php8.1 __INSTALL_DIR__/artisan user:admin 1 + sudo php8.2 __INSTALL_DIR__/artisan user:admin 1 and respond yes to the question ` Add admin privileges to this user?`. @@ -12,7 +12,7 @@ and respond yes to the question ` Add admin privileges to this user?`. Registrations are open by default. To change that setting, edit `__INSTALL_DIR__/.env` and set `OPEN_REGISTRATION=false` instead of `true`. -Then run `php8.1 artisan config:cache` to reload the settings. +Then run `php8.2 artisan config:cache` to reload the settings. ### Disable search engine indexing From 404f013122b941eb0cccc23ac2161f710d29df8c Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 26 May 2023 15:03:19 +0200 Subject: [PATCH 2/4] php8.2 --- doc/ADMIN_fr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md index 3d61a3ff..41cc2dbf 100644 --- a/doc/ADMIN_fr.md +++ b/doc/ADMIN_fr.md @@ -4,7 +4,7 @@ Après avoir été enregistré pour la première fois, vous devez exécuter la c **Entrez la commande:** - sudo php8.1 __INSTALL_DIR__/artisan user:admin 1 + sudo php8.2 __INSTALL_DIR__/artisan user:admin 1 et répondez oui à la question « Ajouter des privilèges d'administrateur à cet utilisateur ? » @@ -12,7 +12,7 @@ et répondez oui à la question « Ajouter des privilèges d'administrateur à c Les inscriptions sont ouvertes par défaut. Pour modifier ce paramètre, modifiez `__INSTALL_DIR__/.env` et définissez `OPEN_REGISTRATION=false` au lieu de `true`. -Ensuite, exécutez `php8.1 artisan config:cache` pour recharger les paramètres. +Ensuite, exécutez `php8.2 artisan config:cache` pour recharger les paramètres. ### Désactiver l'indexation des moteurs de recherche From b520c055e9c57e3899f4a8910d8d31b1582c2d1c Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 26 May 2023 15:06:21 +0200 Subject: [PATCH 3/4] add ressources needed --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index c10566bb..72e953d9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -22,9 +22,9 @@ architectures = "all" multi_instance = true ldap = false sso = false -disk = "50M" -ram.build = "50M" -ram.runtime = "50M" +disk = "500M" +ram.build = "1000M" +ram.runtime = "100M" [install] [install.domain] From 63b1f5812dd40a0f7d9d02bf6fc917cc571c63ac Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 26 May 2023 15:07:25 +0200 Subject: [PATCH 4/4] php8.2 --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 72e953d9..54c51c4a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -49,7 +49,7 @@ ram.runtime = "100M" main.url = "/" [resources.apt] - packages = "postgresql libgd3 jpegoptim optipng pngquant ffmpeg imagemagick supervisor php8.1-redis php8.1-bcmath php8.1-cli php8.1-ctype php8.1-curl php8.1-exif php8.1-gd php8.1-iconv php8.1-intl php8.1-mbstring php8.1-tokenizer php8.1-xml php8.1-zip php8.1-pdo php8.1-pgsql php8.1-fileinfo php8.1-imagick" + packages = "postgresql libgd3 jpegoptim optipng pngquant ffmpeg imagemagick supervisor php8.2-redis php8.2-bcmath php8.2-cli php8.2-ctype php8.2-curl php8.2-exif php8.2-gd php8.2-iconv php8.2-intl php8.2-mbstring php8.2-tokenizer php8.2-xml php8.2-zip php8.2-pdo php8.2-pgsql php8.2-fileinfo php8.2-imagick" [resources.database] type = "postgresql"