Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117786997
D5703.1775253462.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
D5703.1775253462.diff
View Options
diff --git a/docker/roundcube/Dockerfile b/docker/roundcube/Dockerfile
--- a/docker/roundcube/Dockerfile
+++ b/docker/roundcube/Dockerfile
@@ -110,6 +110,8 @@
# ENV KOLAB_FILES_URL=
# ENV KOLAB_FILES_SERVER_URL=
# ENV KOLAB_API_URL =
+# ENV KOLAB_HELPDESK_ALLOWED_TASKS=
+# ENV KOLAB_API_DEBUG=
# ENV IMAP_HOST=
# ENV IMAP_PORT=
# ENV IMAP_TLS=
@@ -134,7 +136,6 @@
# ENV SMTP_DEBUG=
# ENV DAV_DEBUG=
# ENV ACTIVESYNC_DEBUG=
-# ENV KOLAB_API_DEBUG=
# ENV REDIS_HOST=
# ENV REDIS_PASSWORD=
# ENV PASSPORT_WEBMAIL_SSO_CLIENT_ID=
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
--- 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
@@ -8,7 +8,7 @@
// 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'] = [];
+$config['kolab_helpdesk_allowed_tasks'] = getenvlist('KOLAB_HELPDESK_ALLOWED_TASKS') ?: [];
// Type of cache for API requests. Supported values: 'db', 'redis' and 'memcache' or 'memcached'.
$config['kolab_client_cache'] = 'redis';
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 9:57 PM (13 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18824224
Default Alt Text
D5703.1775253462.diff (1 KB)
Attached To
Mode
D5703: Add KOLAB_HELPDESK_ALLOWED_TASKS environment option to the roundcube image
Attached
Detach File
Event Timeline