1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-21 05:13:22 +00:00

Added automatic Z-Push shared folder registration.

Via a new environment variable containing the relevant information in a
JSON string, shared folders can be specifified which will be set using
Z-Push's $additionalFolders configuration option.
This commit is contained in:
Michael Thomas
2019-09-06 00:08:52 +02:00
committed by Felix Bartels
parent cbe582b8ff
commit 4dac253cf2
3 changed files with 49 additions and 1 deletions
+3
View File
@@ -210,6 +210,9 @@ services:
- zpushstates/:/var/lib/z-push/
environment:
- TZ=${TZ}
# Shared folders automatically assigned to all users in the format: [{"name":"<folder name>","id":"<kopano folder id>","type":"<type>","flags":"<flags>"},...]
# For more information on the parameters see the z-push-admin help for the addshared-action.
- ZPUSH_ADDITIONAL_FOLDERS=[]
env_file:
- kopano_zpush.env
networks: