Update to 2024-11-06 12:00

This commit is contained in:
Daniel Berteaud
2024-11-06 12:00:48 +01:00
parent 15c29f2f19
commit a1c2d0131a
9 changed files with 53 additions and 42 deletions

View File

@@ -11,11 +11,11 @@
# MaxUsers = "9"
# Mode = "subscription"
# etc...
seafile_version: "{{ seafile_license is defined | ternary('11.0.15','11.0.11') }}"
seafile_version: "{{ seafile_license is defined | ternary('11.0.16','11.0.13') }}"
# 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: 5576b11c1c265e98e2f6fc0385b798e41ad797520008c8c030bb337096877cb9
seafile_archive_sha256: d18c72abba910e58082725530012bcc52e7faecbe56f0eac00663d77c7d73832
seafile_root_dir: /opt/seafile
seafile_data_dir: "{{ seafile_root_dir }}/data"