User Details
User Details
- User Since
- Apr 12 2017, 9:59 AM (386 w, 4 d)
Apr 13 2017
Apr 13 2017
Arnaud added a comment to T2343: Chwala - seafile driver not using cache.
The doc shows a few parameters:
- $config['fileapi_seafile_host'] = "files.example.com";
--> but the dialog box "add external storage" requires a server hostname...
Apr 12 2017
Apr 12 2017
Arnaud added a comment to T2343: Chwala - seafile driver not using cache.
ok. I followed the doc:
https://kolabsys.com/howtos/use-seafile-with-chwala.html
Arnaud added a comment to T2343: Chwala - seafile driver not using cache.
root@xxx:/etc/roundcubemail# cat config.inc.php | grep fileapi
$config['fileapi_manticore'] = 'http://' . $_SERVER['HTTP_HOST'] . ':8080'; $config['fileapi_backend'] = 'seafile'; $config['fileapi_seafile_host'] = "https://files.xxxx.com"; $config['fileapi_seafile_ssl_verify_peer'] = false; $config['fileapi_seafile_ssl_verify_host'] = false; $config['fileapi_seafile_cache'] = 'db'; $config['fileapi_seafile_cache_ttl'] = '14d'; $config['fileapi_seafile_debug'] = false;