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:
committed by
Felix Bartels
parent
cbe582b8ff
commit
4dac253cf2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user