Update to 2022-09-28 10:00

This commit is contained in:
Daniel Berteaud 2022-09-28 10:00:07 +02:00
parent 6403f136c7
commit ca5d8726fa
3 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,8 @@
element_id: element
# Version to deploy, and expected sha256
element_version: 1.11.5
element_archive_sha256: 7d4575edaf7b28a8f0f16900a1287e44751ba26aeab3647e3d826e5f7e929a90
element_version: 1.11.6
element_archive_sha256: c2f24b624eed057dc0a1a17bdb7e9fc99a54d2a20a5e7cad6e51d074fe367ff4
# Where to install element
element_root_dir: /opt/matrix/element

View File

@ -1,7 +1,7 @@
---
# Synapse version to deploy
synapse_version: '1.67.0'
synapse_version: '1.68.0'
# Should ansible handle Synapse upgrades ? If false, only initial install will be done
synapse_manage_upgrade: True

View File

@ -1,13 +1,13 @@
---
# The version to deploy
paperless_version: 1.9.1
paperless_version: 1.9.2
# Instance ID, as you can deploy several instances on the same server
paperless_id: 1
# URL of the paperless archive
paperless_archive_url: https://github.com/paperless-ngx/paperless-ngx/releases/download/v{{ paperless_version }}/paperless-ngx-v{{ paperless_version }}.tar.xz
# Expected checksum
paperless_archive_sha256: 296ab7cd4112f249577b134ef64ae5a9929911a8ce8644c7175dedff7af1acf7
paperless_archive_sha256: 7da7e355745fcc5ac837323f22f7e6d556386297a61e41f04e104fe785e85cce
# Should ansible handle install and upgrades, or only initial install
paperless_manage_upgrade: True
# Root directory where paperless will be installed