Update to 2022-02-15 12:00

This commit is contained in:
Daniel Berteaud
2022-02-15 12:00:10 +01:00
parent 568e2e4afc
commit dc562949e6
6 changed files with 11 additions and 9 deletions

View File

@@ -11,11 +11,11 @@
# MaxUsers = "9"
# Mode = "subscription"
# etc...
seafile_version: "{{ seafile_license is defined | ternary('9.0.4','9.0.2') }}"
seafile_version: "{{ seafile_license is defined | ternary('9.0.4','9.0.3') }}"
# 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_sha1: f93e32639d735e8eb8201139d5d962cd4067e1c2
seafile_archive_sha256: e5e518b53486596c238e8c6e236c64384698aa8ac428150e87ad7cf4c00ba82a
seafile_root_dir: /opt/seafile
seafile_data_dir: "{{ seafile_root_dir }}/data"