Update to 2024-05-31 15:01

This commit is contained in:
Daniel Berteaud 2024-05-31 15:01:03 +02:00
parent 78088ea104
commit ef00d0231a

View File

@ -11,11 +11,11 @@
# MaxUsers = "9"
# Mode = "subscription"
# etc...
seafile_version: "{{ seafile_license is defined | ternary('10.0.9','11.0.8') }}"
seafile_version: "{{ seafile_license is defined | ternary('10.0.9','11.0.9') }}"
# Archive URL and sha256 are only used for the community version
seafile_archive_url: https://s3.eu-central-1.amazonaws.com/download.seadrive.org/seafile-server_{{ seafile_version }}_x86-64.tar.gz
seafile_archive_sha256: dec366f5b872a175e40da512e5e998d1afe0187ae711d33a635744af4b85cd96
seafile_archive_sha256: 8bd5327a0ab659501ebb87209da760cac7316372fe6030a78d17b2f87c216aee
seafile_root_dir: /opt/seafile
seafile_data_dir: "{{ seafile_root_dir }}/data"