Update to 2023-02-01 10:00

This commit is contained in:
Daniel Berteaud
2023-02-01 10:00:12 +01:00
parent cf564122d6
commit 1a477264de
4 changed files with 10 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
---
# Version to deploy
bookstack_version: '22.11.1'
bookstack_version: '23.01'
# URL of the arhive
bookstack_archive_url: https://github.com/BookStackApp/BookStack/archive/v{{ bookstack_version }}.tar.gz
# Expected sha256 of the archive
bookstack_archive_sha256: b5110588684e8a0fdcca5bb08d7ae0558a73a2a3bf8abbbad2b947e6d2f3bc4c
bookstack_archive_sha256: d1c3dd2247030113b5602838704ea6320e6ef2e26bf7172944a7601972d30f0f
# Should ansible handle bookstack upgrades or just the inintial install
bookstack_manage_upgrade: True
@@ -72,6 +72,9 @@ bookstack_session_lifetime: 480
# PDF Exporter. Can be either dompdf (the default) or wkhtmltopdf
bookstack_pdf_exporter: dompdf
# Attachments size limit (in MB)
bookstack_file_upload_size_limit: 25
# You can set custom directive with this:
# bookstack_settings:
# AUTH_METHOD: saml2

View File

@@ -31,3 +31,4 @@ QUEUE_CONNECTION=database
WKHTMLTOPDF=/usr/local/bin/wkhtmltopdf
ALLOW_UNTRUSTED_SERVER_FETCHING=true
{% endif %}
FILE_UPLOAD_SIZE_LIMIT={{ bookstack_file_upload_size_limit }}