Update to 2023-05-17 23:00

This commit is contained in:
Daniel Berteaud 2023-05-17 23:00:10 +02:00
parent 753eff7cc5
commit 67e2e6482e
5 changed files with 10 additions and 10 deletions

View File

@ -1,11 +1,11 @@
---
# Version to deploy
bookstack_version: '23.05'
bookstack_version: '23.05.1'
# 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: dd48fc6827247e24d373841328fdf1f6d1b495f431208794060c217133c6120c
bookstack_archive_sha256: f78cf3035ee65d840ad4c11e58c09abe66c6af61a649d06f3efdcce38f5c5c42
# Should ansible handle bookstack upgrades or just the inintial install
bookstack_manage_upgrade: True

View File

@ -1,11 +1,11 @@
---
# Veresion of diagrams to deploy
diagrams_version: 21.2.7
diagrams_version: 21.3.1
# URL of the WAR file to deploy
diagrams_war_url: https://github.com/jgraph/drawio/releases/download/v{{ diagrams_version }}/draw.war
# Expected sha256 of the WAR file
diagrams_war_sha256: 7ab750a02f66ec6eddb3d7c6b0e82d363002d1f958f895ea5fbf744a65c27ef6
diagrams_war_sha256: 60eb296b83ce42c09d5acc4a008e49768b450b78a64797e81f4d27c11a0a3111
# root directory of the installation
diagrams_root_dir: /opt/diagrams
# Should ansible manage upgrades, or just initial install ?

View File

@ -1,11 +1,11 @@
---
# Version to install
gitea_version: 1.19.2
gitea_version: 1.19.3
# URL to the binary
gitea_bin_url: https://dl.gitea.io/gitea/{{ gitea_version }}/gitea-{{ gitea_version }}-linux-amd64
# sha256 of the binary
gitea_bin_sha256: c170562621ee548cfe183dcf1879da0738a987c8fe261fe14c0921f152aebd93
gitea_bin_sha256: 1865e72b1302e2bae0a357b30fd747b770b622198e155c2bdf776cfbffca38b7
# Handle updates. If set to false, ansible will only install
# Gitea and then won't touch an existing installation
gitea_manage_upgrade: True

View File

@ -1,13 +1,13 @@
---
# The version to deploy
paperless_version: 1.13.0
paperless_version: 1.14.5
# 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: f6544fdc300d349209385b429f8d38c76bdcde306771950604174f8f732f53ad
paperless_archive_sha256: 355a5760cbc967c2bd6dcaf89f577aefd5acedd908361377976e04e17c95a8f9
# Should ansible handle install and upgrades, or only initial install
paperless_manage_upgrade: True
# Root directory where paperless will be installed

View File

@ -1,11 +1,11 @@
---
# Version to deploy
sftpgo_version: 2.4.4
sftpgo_version: 2.5.0
# URL of the archive
sftpgo_archive_url: https://github.com/drakkan/sftpgo/releases/download/v{{ sftpgo_version }}/sftpgo_v{{ sftpgo_version }}_linux_x86_64.tar.xz
# Expected sha1 of the archive
sftpgo_archive_sha256: a93166699a89a7d1924e9f04be49cb264bccfd4141697ba89883bfd550ae30b9
sftpgo_archive_sha256: d46e40287b0a7c419b9b15863494895c9c08bd7e86410354d13894213f9f6872
# Should ansible handle upgrades ? If False, only initial install will be done
sftpgo_manage_upgrade: True