Update to 2023-06-16 18:00

This commit is contained in:
Daniel Berteaud
2023-06-16 18:00:09 +02:00
parent 6769775cfc
commit 38b4a31d19
24 changed files with 173 additions and 76 deletions

View File

@@ -11,11 +11,11 @@
# MaxUsers = "9"
# Mode = "subscription"
# etc...
seafile_version: "{{ seafile_license is defined | ternary('9.0.16','9.0.10') }}"
seafile_version: "{{ seafile_license is defined | ternary('10.0.5','10.0.1') }}"
# 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: cb2a22482e3383c53d5be0d54845a88727f4c42b9cd0e1381e01d9fadbc20670
seafile_archive_sha256: 4ce8d51c464ccde8478dfb5f6c92a43b6beece210a939e799b647521ce5baf42
seafile_root_dir: /opt/seafile
seafile_data_dir: "{{ seafile_root_dir }}/data"
@@ -34,6 +34,8 @@ seafile_memcached_server: 127.0.0.1:11211
# Elasticsearch is only used with pro edition
seafile_es_server: localhost
seafile_es_port: 9200
# Number of shards. Each shard should be between 10 and 50GB for optimal perf
seafile_es_shards: 1
# Account under which services will run
seafile_user: seafile
@@ -45,6 +47,8 @@ seafile_group: "{{ seafile_user }}"
# Main seafile daemon port
seafile_seafile_port: 8082
# Notification server port
seafile_notification_port: 8083
# Seahub port
seafile_seahub_port: 8000
@@ -56,6 +60,10 @@ seafile_webdav_port: 8080
# empty means only loopback
seafile_src_ip: []
# JWT private key used by the notification server
# A random one will be created if not defined
# seafile_jwt_key: MSjQej7wFv4vxMNvfubfN3wswUE9firjKQ/wnzsGP0g=
# Public URL of the service
seafile_public_url: http://{{ inventory_hostname }}:{{ seafile_seahub_port }}