Update to 2022-12-07 11:00

This commit is contained in:
Daniel Berteaud
2022-12-07 11:00:11 +01:00
parent 000a87b1ae
commit 5f94190c9e
9 changed files with 41 additions and 11 deletions

View File

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