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

@@ -32,6 +32,12 @@ web_token_expire_time = 7200
{% if seafile_version is version('9.0.1', '>') %}
use_go_fileserver = {{ seafile_use_go_fileserver | ternary('true', 'false') }}
{% endif %}
{% if seafile_license is defined %}
use_locked_file_cache = true
[memcached]
memcached_options = --SERVER={{ seafile_memcached_server }} --POOL-MIN=10 --POOL-MAX=100
{% endif %}
{% if seafile_license is defined and seafile_scan_av == True %}
[virus_scan]
@@ -39,3 +45,9 @@ scan_command = {{ seafile_root_dir }}/seafile-server/clamdscan.sh
virus_code = 1
nonvirus_code = 0
{% endif %}
[notification]
enabled = true
port = {{ seafile_notification_port }}
log_level = info
jwt_private_key = {{ seafile_jwt_key }}