From 051e8c9595cb9fb7fdc3275a69ae6d2dc24f450e Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 1 Aug 2023 10:36:50 +0200 Subject: [PATCH 1/4] Match MAX_FILE_UPLOADS between conf.ini and php-fpm --- conf/extra_php-fpm.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/extra_php-fpm.conf b/conf/extra_php-fpm.conf index 017da9e..f008225 100644 --- a/conf/extra_php-fpm.conf +++ b/conf/extra_php-fpm.conf @@ -2,3 +2,4 @@ php_admin_value[upload_max_filesize] = 256M php_admin_value[post_max_size] = 256M +php_admin_value[max_file_uploads] = 401 From 55b7b7eaf9d1b94e3362061eed84874a88092396 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 1 Aug 2023 08:42:07 +0000 Subject: [PATCH 2/4] Bump package version --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index e172a09..06411e8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Signaturepdf" description.en = "Sign, stamp, and reorganize PDF files" description.fr = "Signez, tamponnez, et réorganisez des fichiers PDF" -version = "1.3.1~ynh2" +version = "1.3.1~ynh3" maintainers = ["eric_G"] From 4584af382203eb21d3a29e1f16a9ad216f368960 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 1 Aug 2023 08:42:21 +0000 Subject: [PATCH 3/4] 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 bc31bcb..66ecb7d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Logiciel web libre permettant de signer un PDF. -**Shipped version:** 1.3.1~ynh2 +**Shipped version:** 1.3.1~ynh3 **Demo:** https://pdf.24eme.fr diff --git a/README_fr.md b/README_fr.md index e17764a..91c7172 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Logiciel web libre permettant de signer un PDF. -**Version incluse :** 1.3.1~ynh2 +**Version incluse :** 1.3.1~ynh3 **Démo :** https://pdf.24eme.fr From 9d272d283a706070842bbe5a6708445dacb5577a Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 1 Aug 2023 08:47:49 +0000 Subject: [PATCH 4/4] Cleanup conf.ini --- conf/config.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/config.ini b/conf/config.ini index 37bfc25..fa5bf2b 100644 --- a/conf/config.ini +++ b/conf/config.ini @@ -3,7 +3,3 @@ # Path to which stored pdf to activate the mode of sharing a signature to several. # To deactivate this mode, simply do not configure it or leave it empty PDF_STORAGE_PATH=__DATA_DIR__ -SERVERNAME=__DOMAIN__ -UPLOAD_MAX_FILESIZE=256M -POST_MAX_SIZE=256M -MAX_FILE_UPLOADS=401