Update to 2022-04-27 09:00

This commit is contained in:
Daniel Berteaud
2022-04-27 09:00:08 +02:00
parent 1b8a2bc5ab
commit e083d9e49e
4 changed files with 8 additions and 2 deletions

View File

@@ -119,3 +119,6 @@ seafile_site_title: 'Mon cloud privé'
# Enable ClamAV scanning of files
# Only available if you run the PRO edition
seafile_scan_av: True
# Use Go file server. It's still a bit buggy so default to False
seafile_use_go_fileserver: False

View File

@@ -30,7 +30,7 @@ max_download_dir_size = {{ seafile_max_download_dir_size }}
{% endif %}
web_token_expire_time = 7200
{% if seafile_version is version('9.0.1', '>') %}
use_go_fileserver = true
use_go_fileserver = {{ seafile_use_go_fileserver | ternary('true', 'false') }}
{% endif %}
{% if seafile_license is defined and seafile_scan_av == True %}