|
|
|
@ -11,11 +11,11 @@ |
|
|
|
|
# MaxUsers = "9" |
|
|
|
|
# Mode = "subscription" |
|
|
|
|
# etc... |
|
|
|
|
seafile_version: "{{ seafile_license is defined | ternary('8.0.7','8.0.6') }}" |
|
|
|
|
seafile_version: "{{ seafile_license is defined | ternary('8.0.7','8.0.7') }}" |
|
|
|
|
|
|
|
|
|
# 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: 97f5d29a611111f5b53c8b149b7cead0601b999a |
|
|
|
|
seafile_archive_sha1: 8f8915072750544d3f783bac62fb67d1082567d3 |
|
|
|
|
|
|
|
|
|
seafile_root_dir: /opt/seafile |
|
|
|
|
seafile_data_dir: "{{ seafile_root_dir }}/data" |
|
|
|
|