mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2023-02-01 10:00
This commit is contained in:
@@ -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
|
||||
|
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user