Update to 2021-03-24 10:00

master
Daniel Berteaud 3 years ago
parent ae87791f56
commit acce2cc2d8
  1. 4
      roles/appsmith/defaults/main.yml
  2. 4
      roles/etherpad/defaults/main.yml
  3. 2
      roles/n8n/defaults/main.yml

@ -1,11 +1,11 @@
---
# Version to deploy
appsmith_version: 1.4.3
appsmith_version: 1.4.4
# URL of the source archive
appsmith_archive_url: https://github.com/appsmithorg/appsmith/archive/v{{ appsmith_version }}.tar.gz
# sha1sum of the archive
appsmith_archive_sha1: 81957f83e59b9379ba14fe47601f6afebfef1f66
appsmith_archive_sha1: 4bb16f1c2ede244a74e684afa233cf4df408a1da
# Root directory where appsmith will be installed
appsmith_root_dir: /opt/appsmith

@ -3,9 +3,9 @@
etherpad_id: 1
etherpad_root_dir: /opt/etherpad_{{ etherpad_id }}
etherpad_user: etherpad_{{ etherpad_id }}
etherpad_version: 1.8.12
etherpad_version: 1.8.13
etherpad_archive_url: https://github.com/ether/etherpad-lite/archive/{{ etherpad_version }}.tar.gz
etherpad_archive_sha1: 497b3db2fa4e35c3688051160b3af40dd8da3df7
etherpad_archive_sha1: c82b5f210f3c3df62791c2e3558f89bcc14e0a1a
etherpad_port: 9003
etherpad_src_ip: []

@ -1,7 +1,7 @@
---
# Version to deploy
n8n_version: 0.111.0
n8n_version: 0.112.0
# Root directory where n8n will be installed
n8n_root_dir: /opt/n8n
# User account under which n8n will run

Loading…
Cancel
Save