Update to 2022-06-22 17:00

This commit is contained in:
Daniel Berteaud 2022-06-22 17:00:15 +02:00
parent 05a62d05ef
commit 30b7ce1817
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@
# MaxUsers = "9"
# Mode = "subscription"
# etc...
seafile_version: "{{ seafile_license is defined | ternary('9.0.5','9.0.5') }}"
seafile_version: "{{ seafile_license is defined | ternary('9.0.5','9.0.6') }}"
# Archive URL and sha1 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: 41685884a08c586a1b0e3b44552fe9dc7ab77d70b48f4fc100a6221d00f3aebc
seafile_archive_sha256: dc166985197490850e4df3183243c3c286961a34f0ca7670e8172e974f006b11
seafile_root_dir: /opt/seafile
seafile_data_dir: "{{ seafile_root_dir }}/data"