Update to 2021-01-28 19:00

master
Daniel Berteaud 4 years ago
parent c2b5a91b2e
commit 96d1905989
  1. 4
      roles/seafile/defaults/main.yml

@ -11,11 +11,11 @@
# MaxUsers = "9" # MaxUsers = "9"
# Mode = "subscription" # Mode = "subscription"
# etc... # etc...
seafile_version: "{{ seafile_license is defined | ternary('7.1.9','8.0.2') }}" seafile_version: "{{ seafile_license is defined | ternary('7.1.9','8.0.3') }}"
# Archive URL and sha1 are only used for the community version # 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_url: https://download.seadrive.org/seafile-server_{{ seafile_version }}_x86-64.tar.gz
seafile_archive_sha1: dcb2fc2adc0e502b64f9ffeee111082c015daebe seafile_archive_sha1: bbf72fcf4e321f2f550822532b7608b746953631
seafile_root_dir: /opt/seafile seafile_root_dir: /opt/seafile
seafile_data_dir: "{{ seafile_root_dir }}/data" seafile_data_dir: "{{ seafile_root_dir }}/data"

Loading…
Cancel
Save