From 6406e295a373fe193d71f03cbec9dffa32184194 Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 15 Dec 2021 14:01:22 +0100 Subject: [PATCH 01/20] Change php version to 7.4 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 5ffdb6ac..af462313 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="7.3" +YNH_PHP_VERSION="7.4" YNH_COMPOSER_VERSION="2.1.5" From 3325ac72f740963f455b208359e04286c5003375 Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 10 Jan 2022 10:54:24 +0100 Subject: [PATCH 02/20] v0.11.2 + change php version to 7.4 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f6e332a6..c81ffa95 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "ActivityPub Federated Image Sharing", "fr": "Logiciel de partage d'image fédéré via ActivityPub" }, - "version": "0.11.1~ynh2", + "version": "0.11.2~ynh1", "url": "https://pixelfed.org/", "upstream": { "license": "AGPL-3.0-or-later", From eac30fda900a99a198c45dc64e25051fade65c45 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Mon, 10 Jan 2022 09:54:27 +0000 Subject: [PATCH 03/20] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2460d271..5849fbe9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ In addition to taking over the functionality of Instagram, the functioning of Pi It is also possible to import your data from Instagram. -**Shipped version:** 0.11.1~ynh2 +**Shipped version:** 0.11.2~ynh1 diff --git a/README_fr.md b/README_fr.md index 064b2b37..9c315afc 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ En plus de reprendre les fonctionnalités d'Instagram, le fonctionnement de Pixe Il est également possible d'importer ses données depuis Instagram. -**Version incluse :** 0.11.1~ynh2 +**Version incluse :** 0.11.2~ynh1 From 12b4eacf4ee401d65dcb598e3da403d80397b336 Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 10 Jan 2022 10:54:54 +0100 Subject: [PATCH 04/20] v0.11.2 + change php version to 7.4 --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index 282dda7c..e4a4d124 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.11.1.tar.gz -SOURCE_SUM=132dfceac3c0ea27dd54198d145d2d84f1714b4aa333c8b6f5141d259a77e9cb +SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.11.2.tar.gz +SOURCE_SUM=04eca99fa8a725ae97cf01ad8c8b26b28f02a2b579dcff9320a172433afe0de2 OURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From 9f255da5a4a21a7597d6405479fe9cbad18a1e31 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 11 Jan 2022 20:07:25 +0100 Subject: [PATCH 05/20] Adding a check from actual 0.11.1~ynh2 --- check_process | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/check_process b/check_process index 10b17c2e..f2a27629 100644 --- a/check_process +++ b/check_process @@ -32,6 +32,8 @@ upgrade=1 from_commit=c7181d1c7cb6cba53bb65e622c78b0309a53b76a # 0.11.0~ynh2 upgrade=1 from_commit=d85b0b112afd19313dbf4cfba954e255789dfb88 + # 0.11.1~ynh2 + upgrade=1 from_commit=f8ecb9a95fe6430fb9d93ca674e4f0d475ecd332 backup_restore=1 multi_instance=1 port_already_use=0 @@ -58,3 +60,5 @@ Notification=all name=0.11.0~ynh1 ; commit=d85b0b112afd19313dbf4cfba954e255789dfb88 name=0.11.0~ynh2 + ; commit=f8ecb9a95fe6430fb9d93ca674e4f0d475ecd332 + name=0.11.1~ynh2 From 268246612b5f25eda6e721553d888ab7e02f3482 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 11 Jan 2022 20:12:24 +0100 Subject: [PATCH 06/20] reorder php-fpm --- scripts/restore | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/scripts/restore b/scripts/restore index 1b93b2e1..ea328c1b 100644 --- a/scripts/restore +++ b/scripts/restore @@ -74,16 +74,6 @@ chmod 750 "$final_path" chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" -#================================================= -# RESTORE THE PHP-FPM CONFIGURATION -#================================================= -ynh_script_progression --message="Restoring PHP-FPM configuration..." - -ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" - -# Recreate a dedicated php-fpm config -ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint --phpversion=$phpversion - #================================================= # SPECIFIC RESTORATION #================================================= @@ -94,6 +84,16 @@ ynh_script_progression --message="Reinstalling dependencies..." # Define and install dependencies ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies +#================================================= +# RESTORE THE PHP-FPM CONFIGURATION +#================================================= +ynh_script_progression --message="Restoring PHP-FPM configuration..." + +ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" + +# Recreate a dedicated php-fpm config +ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint --phpversion=$phpversion + #================================================= # RESTORE THE POSTGRESQL DATABASE #================================================= From 28061066d8d0a24abf16fd0b9cecb4339d9641d5 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 14 Jan 2022 20:02:28 +0100 Subject: [PATCH 07/20] Fix phpversion --- scripts/upgrade | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 59ed3950..33493a0a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -25,7 +25,6 @@ db_name=$(ynh_app_setting_get --app=$app --key=db_name) db_user=$db_name db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd) app_key=$(ynh_app_setting_get --app=$app --key=app_key) -phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) redis_db=$(ynh_app_setting_get --app=$app --key=redis_db) fpm_footprint=$(ynh_app_setting_get --app=$app --key=fpm_footprint) @@ -186,7 +185,7 @@ ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies ynh_script_progression --message="Upgrading PHP-FPM configuration..." # 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 #================================================= # SPECIFIC UPGRADE @@ -195,7 +194,7 @@ ynh_add_fpm_config --phpversion=$phpversion --usage=$fpm_usage --footprint=$fpm_ #================================================= ynh_script_progression --message="Updating composer dependencies..." -ynh_exec_warn_less ynh_composer_exec --phpversion="$phpversion" --workdir="$final_path" --commands="update" +ynh_exec_warn_less ynh_composer_exec --workdir="$final_path" --commands="update" #================================================= # UPDATE A CONFIG FILE From 10b43bcc8e0ca6b3ac79b9c37397716bdcc7c150 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 14 Jan 2022 21:38:18 +0100 Subject: [PATCH 08/20] Switching steps --- scripts/upgrade | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 33493a0a..1ab60879 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -172,13 +172,6 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." # Create a dedicated NGINX config ynh_add_nginx_config -#================================================= -# UPGRADE DEPENDENCIES -#================================================= -ynh_script_progression --message="Upgrading dependencies..." - -ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies - #================================================= # PHP-FPM CONFIGURATION #================================================= @@ -187,6 +180,13 @@ ynh_script_progression --message="Upgrading PHP-FPM configuration..." # Create a dedicated PHP-FPM config ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint +#================================================= +# UPGRADE DEPENDENCIES +#================================================= +ynh_script_progression --message="Upgrading dependencies..." + +ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies + #================================================= # SPECIFIC UPGRADE #================================================= From d15e6b6289ef4ee0fd0dc2bce3426bd33440dcf6 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 14 Jan 2022 22:06:43 +0100 Subject: [PATCH 09/20] Switch setps --- scripts/upgrade | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 1ab60879..33493a0a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -172,6 +172,13 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." # Create a dedicated NGINX config ynh_add_nginx_config +#================================================= +# UPGRADE DEPENDENCIES +#================================================= +ynh_script_progression --message="Upgrading dependencies..." + +ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies + #================================================= # PHP-FPM CONFIGURATION #================================================= @@ -180,13 +187,6 @@ ynh_script_progression --message="Upgrading PHP-FPM configuration..." # Create a dedicated PHP-FPM config ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint -#================================================= -# UPGRADE DEPENDENCIES -#================================================= -ynh_script_progression --message="Upgrading dependencies..." - -ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies - #================================================= # SPECIFIC UPGRADE #================================================= From 4c1cc4281c6069842ff5ce12de6dce4000211a3e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 14 Jan 2022 22:22:34 +0100 Subject: [PATCH 10/20] Go back to extra_php_dependencies --- scripts/_common.sh | 4 +++- scripts/config | 2 +- scripts/install | 2 +- scripts/restore | 3 ++- scripts/upgrade | 3 ++- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 67ed66b2..48d67afe 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,7 +8,9 @@ YNH_PHP_VERSION="7.4" YNH_COMPOSER_VERSION="2.1.5" -pkg_dependencies="postgresql libgd3 jpegoptim optipng pngquant ffmpeg imagemagick supervisor php${YNH_PHP_VERSION}-bcmath php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-ctype php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-exif php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-iconv php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-redis php${YNH_PHP_VERSION}-tokenizer php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-pdo php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-fileinfo php${YNH_PHP_VERSION}-imagick" +pkg_dependencies="postgresql libgd3 jpegoptim optipng pngquant ffmpeg imagemagick supervisor" + +extra_php_dependencies="php${YNH_PHP_VERSION}-bcmath php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-ctype php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-exif php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-iconv php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-redis php${YNH_PHP_VERSION}-tokenizer php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-pdo php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-fileinfo php${YNH_PHP_VERSION}-imagick" #================================================= # PERSONAL HELPERS diff --git a/scripts/config b/scripts/config index 3440bd2f..c808244e 100644 --- a/scripts/config +++ b/scripts/config @@ -89,7 +89,7 @@ ynh_app_config_validate() { ynh_app_config_apply() { _ynh_app_config_apply - ynh_add_fpm_config --phpversion=$phpversion --usage=$fpm_usage --footprint=$fpm_footprint + ynh_add_fpm_config --phpversion=$phpversion --usage=$fpm_usage --footprint=$fpm_footprint --package="$extra_php_dependencies" } ynh_app_config_run $1 diff --git a/scripts/install b/scripts/install index 2ec24270..68e7eb48 100644 --- a/scripts/install +++ b/scripts/install @@ -115,7 +115,7 @@ ynh_add_nginx_config ynh_script_progression --message="Configuring PHP-FPM..." # Create a dedicated PHP-FPM config -ynh_add_fpm_config --usage=low --footprint=low +ynh_add_fpm_config --usage=low --footprint=low --package="$extra_php_dependencies" phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= diff --git a/scripts/restore b/scripts/restore index ea328c1b..490f1d2e 100644 --- a/scripts/restore +++ b/scripts/restore @@ -92,7 +92,8 @@ ynh_script_progression --message="Restoring PHP-FPM configuration..." ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" # Recreate a dedicated php-fpm config -ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint --phpversion=$phpversion +ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint --phpversion=$phpversion --package="$extra_php_dependencies" +phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= # RESTORE THE POSTGRESQL DATABASE diff --git a/scripts/upgrade b/scripts/upgrade index 33493a0a..f2933c51 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -185,7 +185,8 @@ ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies ynh_script_progression --message="Upgrading PHP-FPM configuration..." # Create a dedicated PHP-FPM config -ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint +ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint --package="$extra_php_dependencies" +phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= # SPECIFIC UPGRADE From d5ec76788adf001a2a5650af84626bc2c263f70b Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 4 Feb 2022 15:38:38 +0100 Subject: [PATCH 11/20] Update to php7.4 and simplify the command Should allow to do it as an administrator and not just as sudo. --- doc/DISCLAIMER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 8985c7fb..7f097330 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -8,9 +8,9 @@ After being first registered, you need to execute the folloing command to promot **Run:** - $ (cd /var/www/pixelfed && php7.3 artisan user:admin 1) + $ sudo php7.4 /var/www/pixelfed/artisan user:admin 1) -and respond yes to the question ` Add admin privileges to this user?` +and respond yes to the question ` Add admin privileges to this user?`. ### Allow/Close registrations From 6fc79f5cdd4d7f244ab9f2dd5dc47cf7e08c26c0 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Fri, 4 Feb 2022 14:38:40 +0000 Subject: [PATCH 12/20] Auto-update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5849fbe9..8316a504 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ After being first registered, you need to execute the folloing command to promot **Run:** - $ (cd /var/www/pixelfed && php7.3 artisan user:admin 1) + $ sudo php7.4 /var/www/pixelfed/artisan user:admin 1) -and respond yes to the question ` Add admin privileges to this user?` +and respond yes to the question ` Add admin privileges to this user?`. ### Allow/Close registrations From d5e8112d621c150ac29fc603f03cdb84f0a10be9 Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 4 Feb 2022 15:38:51 +0100 Subject: [PATCH 13/20] typo --- doc/DISCLAIMER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 7f097330..9472f6dc 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -8,7 +8,7 @@ After being first registered, you need to execute the folloing command to promot **Run:** - $ sudo php7.4 /var/www/pixelfed/artisan user:admin 1) + $ sudo php7.4 /var/www/pixelfed/artisan user:admin 1 and respond yes to the question ` Add admin privileges to this user?`. From 9b2fc2f0418a2029b9796ad0431959bf38ec6cbb Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Fri, 4 Feb 2022 14:38:54 +0000 Subject: [PATCH 14/20] Auto-update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8316a504..f340318b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ After being first registered, you need to execute the folloing command to promot **Run:** - $ sudo php7.4 /var/www/pixelfed/artisan user:admin 1) + $ sudo php7.4 /var/www/pixelfed/artisan user:admin 1 and respond yes to the question ` Add admin privileges to this user?`. From 61d4ccc1ef73f9d312f3204403b70d0ead19a56c Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 4 Feb 2022 15:39:42 +0100 Subject: [PATCH 15/20] Update to php7.4 and simplify the command --- doc/DISCLAIMER_fr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index 05935e26..d8d66a0c 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -6,9 +6,9 @@ Après avoir été enregistré pour la première fois, vous devez exécuter la commande suivante pour promouvoir le premier enregistré en tant qu'administrateur -**Courir:** +**Entrez la commande:** - $ (cd /var/www/pixelfed && php7.3 artisan user:admin 1) + $ php7.4 /var/www/pixelfed/artisan user:admin 1 et répondez oui à la question « Ajouter des privilèges d'administrateur à cet utilisateur ? » From 3df022459f89047fad37af7c3b7651044895205a Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Fri, 4 Feb 2022 14:39:45 +0000 Subject: [PATCH 16/20] Auto-update README --- README_fr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_fr.md b/README_fr.md index 9c315afc..9e8a9025 100644 --- a/README_fr.md +++ b/README_fr.md @@ -39,9 +39,9 @@ Il est également possible d'importer ses données depuis Instagram. Après avoir été enregistré pour la première fois, vous devez exécuter la commande suivante pour promouvoir le premier enregistré en tant qu'administrateur -**Courir:** +**Entrez la commande:** - $ (cd /var/www/pixelfed && php7.3 artisan user:admin 1) + $ php7.4 /var/www/pixelfed/artisan user:admin 1 et répondez oui à la question « Ajouter des privilèges d'administrateur à cet utilisateur ? » From b9e505bda65112e2a48d79eb05a4e5fc439b714f Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 4 Feb 2022 15:40:02 +0100 Subject: [PATCH 17/20] php7.4 --- doc/DISCLAIMER_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index d8d66a0c..01359376 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -16,7 +16,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 `/var/www/pixelfed/.env` et définissez `OPEN_REGISTRATION=false` au lieu de `true`. -Ensuite, exécutez `php7.3 artisan config:cache` pour recharger les paramètres. +Ensuite, exécutez `php7.4 artisan config:cache` pour recharger les paramètres. ### Désactiver l'indexation des moteurs de recherche From e958770885680876cdb81c0353aded5fbf525883 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Fri, 4 Feb 2022 14:40:05 +0000 Subject: [PATCH 18/20] Auto-update README --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index 9e8a9025..67bb3ae5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -49,7 +49,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 `/var/www/pixelfed/.env` et définissez `OPEN_REGISTRATION=false` au lieu de `true`. -Ensuite, exécutez `php7.3 artisan config:cache` pour recharger les paramètres. +Ensuite, exécutez `php7.4 artisan config:cache` pour recharger les paramètres. ### Désactiver l'indexation des moteurs de recherche From 5c0eba9b4ec7571a33367e7c35869ec9fcf6035d Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 4 Feb 2022 15:40:17 +0100 Subject: [PATCH 19/20] php7.4 --- doc/DISCLAIMER.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 9472f6dc..bc4cd928 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -16,7 +16,7 @@ and respond yes to the question ` Add admin privileges to this user?`. Registrations are open by default. To change that setting, edit `/var/www/pixelfed/.env` and set `OPEN_REGISTRATION=false` instead of `true`. -Then run `php7.3 artisan config:cache` to reload the settings. +Then run `php7.4 artisan config:cache` to reload the settings. ### Disable search engine indexing From 3ec2b9f63d2c2b825064a0fc30954de2c17e1ea0 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Fri, 4 Feb 2022 14:40:21 +0000 Subject: [PATCH 20/20] Auto-update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f340318b..ccb879a5 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ and respond yes to the question ` Add admin privileges to this user?`. Registrations are open by default. To change that setting, edit `/var/www/pixelfed/.env` and set `OPEN_REGISTRATION=false` instead of `true`. -Then run `php7.3 artisan config:cache` to reload the settings. +Then run `php7.4 artisan config:cache` to reload the settings. ### Disable search engine indexing