Page MenuHomePhorge

D5283.1776721128.diff
No OneTemporary

Authored By
Unknown
Size
2 KB
Referenced Files
None
Subscribers
None

D5283.1776721128.diff

diff --git a/docker/roundcube/rootfs/opt/app-root/src/roundcubemail-config-templates/chwala.inc.php b/docker/roundcube/rootfs/opt/app-root/src/roundcubemail-config-templates/chwala.inc.php
--- a/docker/roundcube/rootfs/opt/app-root/src/roundcubemail-config-templates/chwala.inc.php
+++ b/docker/roundcube/rootfs/opt/app-root/src/roundcubemail-config-templates/chwala.inc.php
@@ -25,9 +25,8 @@
// $config['fileapi_drivers'] = array('seafile', 'webdav');
// $config['fileapi_drivers'] = array('webdav');
-
-// Disable the kolab-auth plugin
-$config['fileapi_plugins'] = ['kolab_folders'];
+// Roundcube plugins that have to be enabled for Chwala
+$config['fileapi_plugins'] = [];
// Pre-defined list of external storage sources.
// Here admins can define sources which will be "mounted" into users folder tree
diff --git a/docker/roundcube/rootfs/opt/app-root/src/roundcubemail-config-templates/config.inc.php b/docker/roundcube/rootfs/opt/app-root/src/roundcubemail-config-templates/config.inc.php
--- a/docker/roundcube/rootfs/opt/app-root/src/roundcubemail-config-templates/config.inc.php
+++ b/docker/roundcube/rootfs/opt/app-root/src/roundcubemail-config-templates/config.inc.php
@@ -84,6 +84,7 @@
'archive',
'calendar',
'jqueryui',
+ 'kolab',
'kolab_activesync',
'kolab_addressbook',
'kolab_files',
@@ -92,7 +93,6 @@
'newmail_notifier',
'odfviewer',
'redundant_attachments',
- 'contextmenu',
'tasklist',
'enigma',
];
diff --git a/docker/roundcube/rootfs/opt/app-root/src/roundcubemail-config-templates/kolab.inc.php b/docker/roundcube/rootfs/opt/app-root/src/roundcubemail-config-templates/kolab.inc.php
new file mode 100644
--- /dev/null
+++ b/docker/roundcube/rootfs/opt/app-root/src/roundcubemail-config-templates/kolab.inc.php
@@ -0,0 +1,17 @@
+<?php
+
+// Kolab Cockpit API location. Defaults to hostname from the HTTP request
+$config['kolab_api_url'] = null;
+
+// Enable logging of Cockpit API requests/responses (to logs/kolab.log)
+$config['kolab_api_debug'] = false;
+
+// List of allowed tasks in helpdesk mode. If empty there's no limits.
+// For example, to limit user to the Settings section only: ['settings'].
+$config['kolab_helpdesk_allowed_tasks'] = [];
+
+// Type of cache for API requests. Supported values: 'db', 'redis' and 'memcache' or 'memcached'.
+$config['kolab_client_cache'] = null;
+
+// Lifetime of cache entries. Possible units: s, m, h, d, w
+$config['kolab_client_cache_ttl'] = '10m';

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 20, 9:38 PM (4 d, 22 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18833516
Default Alt Text
D5283.1776721128.diff (2 KB)

Event Timeline