Update to 2022-09-08 16:00

This commit is contained in:
Daniel Berteaud
2022-09-08 16:00:17 +02:00
parent 90239373f6
commit 472469ee4e
3 changed files with 6 additions and 6 deletions

View File

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