From 4d113c94b919aecb737213bdc23ee79f4ab34172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 7 Mar 2022 17:52:32 +0100 Subject: [PATCH] Testing (#60) --- README.md | 2 +- README_fr.md | 2 +- conf/.env.example | 4 ++++ conf/app.src | 4 ++-- conf/nginx.conf | 2 +- manifest.json | 2 +- 6 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index dfae3ed..126d7fb 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out - Multi-Lingual -**Shipped version:** 22.02.2~ynh1 +**Shipped version:** 22.02.3~ynh1 **Demo:** https://demo.bookstackapp.com diff --git a/README_fr.md b/README_fr.md index b692ced..0e95f70 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,7 +22,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out - Multi-Lingual -**Version incluse :** 22.02.2~ynh1 +**Version incluse :** 22.02.3~ynh1 **Démo :** https://demo.bookstackapp.com diff --git a/conf/.env.example b/conf/.env.example index d1cd9be..f27d735 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -36,6 +36,10 @@ DB_DATABASE=__DB_NAME__ DB_USERNAME=__DB_USER__ DB_PASSWORD=__DB_PWD__ +# File Upload Limit +# Maximum file size, in megabytes, that can be uploaded to the system. +FILE_UPLOAD_SIZE_LIMIT=100 + # Mail system to use MAIL_DRIVER=smtp diff --git a/conf/app.src b/conf/app.src index 508d2cc..f1806fd 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/BookStackApp/BookStack/archive/refs/tags/v22.02.2.tar.gz -SOURCE_SUM=7b7345c342bf665a2277ebaa9deead56010660606246d7b0b2d15119dcedf05f +SOURCE_URL=https://github.com/BookStackApp/BookStack/archive/refs/tags/v22.02.3.tar.gz +SOURCE_SUM=30f618e2795e3d759fb1ed87e7bb898d47ad0edd71a873797b294cc3e3f0cd79 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/nginx.conf b/conf/nginx.conf index 3672207..f8d8ba4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,7 +4,7 @@ location __PATH__/ { # Path to source alias __FINALPATH__/public/; - client_max_body_size 100m; + client_max_body_size 100M; client_body_timeout 120s; # Default is 60, May need to be increased for very large uploads index index.php; diff --git a/manifest.json b/manifest.json index cb466de..4f96754 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Platform to create documentation/wiki content", "fr": "Plateforme pour créer du contenu de documentation/wiki" }, - "version": "22.02.2~ynh1", + "version": "22.02.3~ynh1", "url": "https://www.bookstackapp.com/", "upstream": { "license": "MIT",