diff --git a/README.md b/README.md index ef662253..5cde47bb 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,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.9~ynh1 +**Shipped version:** 0.11.9~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 1906a50d..256b2bac 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,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.9~ynh1 +**Version incluse :** 0.11.9~ynh2 ## Captures d’écran diff --git a/conf/extra_php-fpm.conf b/conf/extra_php-fpm.conf index c979f58d..f7960328 100644 --- a/conf/extra_php-fpm.conf +++ b/conf/extra_php-fpm.conf @@ -2,6 +2,3 @@ php_admin_value[upload_max_filesize] = 100M php_admin_value[post_max_size] = 100M - -; Group should not be pixelfed, unless image (folder) access rights are not working -group = www-data diff --git a/manifest.toml b/manifest.toml index 90f6d778..534438b0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Pixelfed" description.en = "ActivityPub Federated Image Sharing" description.fr = "Logiciel de partage d'image fédéré via ActivityPub" -version = "0.11.9~ynh1" +version = "0.11.9~ynh2" maintainers = ["yalh76", "Lapineige"] @@ -17,7 +17,7 @@ userdoc = "https://docs.pixelfed.org/" code = "https://github.com/pixelfed/pixelfed" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.2.4" architectures = "all" multi_instance = true ldap = false diff --git a/scripts/install b/scripts/install index 38a3213e..8519654c 100644 --- a/scripts/install +++ b/scripts/install @@ -61,7 +61,7 @@ ynh_replace_string --match_string="'/usr/sbin/sendmail -bs'" --replace_string="' #================================================= ynh_script_progression --message="Configuring PHP-FPM..." --weight=1 -ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint +ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint --group=www-data ynh_add_nginx_config diff --git a/scripts/upgrade b/scripts/upgrade index da9f593e..891ab379 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -133,7 +133,7 @@ ynh_replace_string --match_string="'/usr/sbin/sendmail -bs'" --replace_string="' ynh_script_progression --message="Upgrading PHP-FPM configuration..." --weight=1 # 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 --group=www-data #================================================= # NGINX CONFIGURATION