Update to 2022-09-22 10:00

This commit is contained in:
Daniel Berteaud 2022-09-22 10:00:10 +02:00
parent fceaba12ae
commit 8b40e52ebe

View File

@ -11,11 +11,11 @@
# MaxUsers = "9"
# Mode = "subscription"
# etc...
seafile_version: "{{ seafile_license is defined | ternary('9.0.8','9.0.8') }}"
seafile_version: "{{ seafile_license is defined | ternary('9.0.8','9.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: 3d3b87ef8f9911cdd02b9bb7d2507d1cb1aadb7e642abdc63e84d5d0579575db
seafile_archive_sha256: db76bb33572ad0a6860470e907bed4ed780aa17d9e022226d99448a7f9e4ba74
seafile_root_dir: /opt/seafile
seafile_data_dir: "{{ seafile_root_dir }}/data"