Update to 2020-05-19 10:00

master
Daniel Berteaud 5 years ago
parent ed5ad37761
commit 89cc051c95
  1. 4
      roles/seafile/defaults/main.yml

@ -11,11 +11,11 @@
# MaxUsers = "9"
# Mode = "subscription"
# etc...
seafile_version: "{{ seafile_license is defined | ternary('7.1.4','7.1.3') }}"
seafile_version: "{{ seafile_license is defined | ternary('7.1.4','7.1.4') }}"
# Archive URL and sha1 are only used for the community version
seafile_archive_url: https://download.seadrive.org/seafile-server_{{ seafile_version }}_x86-64.tar.gz
seafile_archive_sha1: b94b63bb7ea770e4afdc8e5d8ac82d8fc10e0403
seafile_archive_sha1: dd8efe0b41c77836c0adf64bc28c8f4a6df0ca54
seafile_root_dir: /opt/seafile
seafile_data_dir: "{{ seafile_root_dir }}/data"

Loading…
Cancel
Save