mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-07 00:57:00 +02:00
Update to 2023-06-16 18:00
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user