mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-31 02:41:36 +01:00 
			
		
		
		
	Update to 2022-04-27 09:00
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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 %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud