Update to 2024-03-19 12:01

This commit is contained in:
Daniel Berteaud
2024-03-19 12:01:02 +01:00
parent 19d0abd6b7
commit 851d15f0e5
4 changed files with 11 additions and 4 deletions

View File

@@ -11,11 +11,11 @@
# MaxUsers = "9"
# Mode = "subscription"
# etc...
seafile_version: "{{ seafile_license is defined | ternary('10.0.9','11.0.5') }}"
seafile_version: "{{ seafile_license is defined | ternary('10.0.9','11.0.6') }}"
# 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: 47d994238519c679969a3c5591063041dc10102a6b1ac0e4d59be069c137225d
seafile_archive_sha256: 792f5df347c07cba023ce99ca27d4c3bde36660890d34e0a2d54e6ff95a38103
seafile_root_dir: /opt/seafile
seafile_data_dir: "{{ seafile_root_dir }}/data"